I've just upgraded to VS2012 and I'm getting the following error on a website project that compiles and runs without error in VS2010:
Value of type 'System.Web.UI.HtmlControls.HtmlGenericControl' cannot be converted to 'System.Web.UI.HtmlControls.HtmlTableRow'.
The file the error specifies is an ascx file (web user control) and the line in question is:
<tablewidth="100%"id="tblTitle"runat="server"><thead><tr><th><asp:PlaceHolderID="phTitle"runat="server"></asp:PlaceHolder></th><thid="cellRSS"runat="server"visible="false"style="width:36px;"><asp:HyperlinkID="linkRSS"runat="server"NavigateUrl="/rss/rss.aspx"><imgsrc="/images/utility/xml.gif"border="0"alt=""/></asp:Hyperlink></th></tr></thead></table>
Anyone have ANY idea what the bleep VS2012 is talking about? I don't see a generic control where a table row should be.
BTW, does anyone else think VS2012 is BUTT UGLY!?
TIA,