I have a web project running in Visual Studio 2010 and the target .Net framework 4. When I create the solution, it will tell me that the build was successful, although there are (known) errors in the code. If I open the error page, the compiler will then pick up the error and underline it as blue, not red.
Is there a parameter that will control this behavior? Any ideas on how to fix it?
Davek source
share