The VS2012 build throws up spurious errors and warnings about unknown CSS property names or newlines in constants e.g. "Validation (CSS 3.0): "der-wid" is not a known CSS property name." from code <td style="border-style: none solid solid solid; border-width: thin; border-color: #C0C0C0;padding: 5px; width: 33%">or"Newline in constant"from code<asp:Label ID="lbDateSet" runat="server" Text='<%# "Set: " + Eval("DateSet", "{0:dd/MM/yy}") + " " %>' />These are reported in the error list but do not stop the build from succeeding. The code builds ok in VS2010 and does not cause any run time issues.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results