I am having trouble compiling a default project using visual studio 2010 professional 64bit. When I run a new web application for asp.net or asp.net mvc, I get the following error in the output window.
------ Build started: Project: WebApplication1, Configuration: Debug Any CPU ------ Build has been canceled.
Was JsLint and the default option 'cancel on build'
Have you tried executing the build from the command line using MSBuild.exe? You can better tweak the debug level and perhaps learn more about where the build is failing. For example, executing this from the command line:
Msbuild.exe WebApplication1.csproj /verbosity:detailed
Will give you more data than just building in visual studio. If that isn't enough, you can change the "detailed" to "diagnostic" and learn even more (though, that will be hard to read).
I think (though I could be wrong) what you get in the visual studio window is "minimal" verbosity, which often hides some important facts.
http://msdn.microsoft.com/en-us/library/ms164311.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With