I have an annoyance, not really a problem. In my ASP.Net 4.0 app, when I compile I get some errors of the type "Validation (CSS 2.1)". These fill up my Error List but yet the build still succeeds.
So two questions: 1. Why does my build succeed if it lists errors? If it truly is a successful build, why are these errors reported as Warnings of Messages?
- Where can I configure how my ASP.Net compiler chooses what and how to validate certain things? When I right-click on my ASP.Net project and go to Project Properties, I don't see any place where I can fine-tune my compiler's options for build errors etc.
Thanks Mark