Shouldn't there be someway to determine which error is causing the build to fail. Most of my warnings are Performance, Globilization and interoperability errors.
It does give me an option to run the latest build that worked which appears to be the build that the IDE is telling me is failing.

Rebuild Failed - 0 errors many warnings.
Koen Zomers
iret
To ignore them, Go to Project->Properties menu.
Go to the Compile section. This is where you can configure which errors are ignored.
You can also ignore errors using the...
<Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute() _
Dustin.
Krishn an