HTML table tag with col, colgroup, tbody, and thead throws compile error in Visual Studio 2010 and Visual Studio 2012

后端 未结 2 1433
深忆病人
深忆病人 2020-12-18 23:49

I have a .NET 3.5 web site with a table tag that contains col, colgroup, tbody and thead tags. This is a server side tag with the runat=\"server\" attribute. This table wa

2条回答
  •  抹茶落季
    2020-12-19 00:24

    There's now a hotfix to fix this annoying problem: Win7: http://support.microsoft.com/kb/2750147 (see ASP.net Issue 3) http://www.microsoft.com/en-gb/download/details.aspx?id=36359

    Win8 http://support.microsoft.com/kb/2750149

提交回复
热议问题