1

当我谷歌我的问题时,我看到了很多帖子,但我在网上得到的解决方案仍然对我没有多大帮助。

ISSUE - 当我重建我的项目时,我收到消息 -

"Build FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========" 

并且在错误列表中没有显示错误。

请帮助并提前感谢您。

4

4 回答 4

3

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?

于 2013-09-11T06:32:38.953 回答
2

enter image description here

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)

于 2013-09-11T06:31:16.673 回答
1

我也遇到了这个问题,我想出了如何找到构建错误。您应该在下面的设置中更改输出窗口在工具->选项中显示的详细信息量:

在此处输入图像描述

由于您更改了此设置,因此输出窗口会显示构建错误及其发生位置。我希望这有帮助。

于 2015-08-09T07:07:30.643 回答
0

我今天遇到了这个问题,并通过维修解决了这个问题。 Start > Run > Appwiz.cpl > (Find your visual studio version) > right click > change > repair 在此处输入图像描述

于 2015-07-22T19:14:36.920 回答