当我谷歌我的问题时,我看到了很多帖子,但我在网上得到的解决方案仍然对我没有多大帮助。
ISSUE - 当我重建我的项目时,我收到消息 -
"Build FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped =========="
并且在错误列表中没有显示错误。
请帮助并提前感谢您。
当我谷歌我的问题时,我看到了很多帖子,但我在网上得到的解决方案仍然对我没有多大帮助。
ISSUE - 当我重建我的项目时,我收到消息 -
"Build FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped =========="
并且在错误列表中没有显示错误。
请帮助并提前感谢您。
Try this
Close all open files.
Clean your solution.
Close the Visual Studio
Rebuild the solution.
Or this way
1. In Solution Explorer, right-click on the Solution node and click Configuration Manager
2. Find your project and make sure Build is checked
3. Click Close
and in your question there is an answer too as it shows 1 failed and you can see the desired output window with three tabs namely errors, warnings and messages..try to click them and find out what the error is?
If the tab isn't "orange" the errors are hidden, (its similar in vs2012).
Click on the error tab to see the errors
Further more, your actual error is that you haven't included a reference to System.Web
, you may need to change your target framework to one that isn't a client profile (Project > --name here-- properties)