English 中文(简体)
视觉2008年演播室的建设没有出现任何错误的产出
原标题:Visual Studio 2008 build fails with no error output

建设我的2008年 窗口7C#项目,我获得这一产出:

------ Build started: Project: C:...OutsideWeb, Configuration: Debug Any CPU ------
Validating Web Site
Building directory  /OutsideWeb/js/ .
Building directory  /OutsideWeb/ .

Validation Complete
------ Build started: Project: C:...InsideWeb, Configuration: Debug Any CPU ------
Validating Web Site
Building directory  /InsideWeb/js/ .
Building directory  /InsideWeb/ .

Validation Complete
========== Build: 0 succeeded, 2 failed, 3 up-to-date, 0 skipped ==========

如果我利用这个网络的话。 简讯文件开放,我有这些电线和线。 几分钟前刚刚注意到这一点。

第1号电文:配置 C:iisinetpubWWWWWRootSQLEmergencyRequestInsideWeb.conf.ig 2 C:...InsideWeb

I get no errors or warnings and the project doesn t start. Can anyone point me to a helpful log file to get going?

最佳回答

2008年前后不停和重新铺设,的确是trick。 时间为2小时,但我迄今没有花掉。

问题回答

很难说所提供的信息(网络中的表象问题)。 混杂是一谈,但问题是一谈。

Go to Tool->Options->projects and Solutions->Build and Ron

下降的标签“MSBuild项目造面”很可能被定在最小。 将其改为正常或详细情况,在施工期间,你可能会在产出窗口中获得更好的信息。 这可能导致你的真正问题。

我有类似的错误,我删除了索求文件并重新启用了机器。

类似于第一次答复

Go to Tool->Options->projects and Solutions->Build and Ron

通常或更妥善地进行伐木,以获得更多的产出。 如果你在网上集邮档案开放时看到一些问题,那么它就会开张并安装一个建筑。

接下来是“观点”和“其他Windows->”;Output”。 确保在“精华产品”中选用“bo”箱。 output到产出的顶端,把 cur子放在窗子上。 Press CTRL->F to go up the “Quick Find”即窗口。 确保“Look In”被设定为“现有窗口”,如果“现成窗口”是可供选择的产出窗口,则总是开放。

现在,你将着手从产出窗口顶端搜索产出。 寻找“error”(空间很重要)。 从产出窗口看,你可以双点点一线,然后将你带上与发现的错误相符的代码。

我在从“清案”中更新项目档案后也存在类似的错误。 我在2008年调查了错误清单,发现一些图书馆档案缺失。

在更新完整的成套材料和《明确案例汇编》之后,问题已经确定。

have you checked the warnings tab?
sometimes it has useful information, such as when you miss a reference of a project, you get an non-related build error, but when you check the warning tab, you will figure out that there is a reference missing.

我记得有类似的错误。 我必须走到最后一批报告的文件夹中,然后在理论上开放文件后面的代码,并利用Resharper告诉我任何错误。

固然,但最后我开始施工。

之后,我们最后发现用户控制方面的许多循环参考错误。

现在,我只让越野车管制局建立我的网站,并在网上汇编内容上打字。

Dear people from the future:

我在2010年VS中也存在同样的问题,即便在清理解决办法、重新启动VS等之后,这些其他答复都没有为我工作。 在“https://stackoverflow.com/a/14532673/957950”之后,请将此问题与我进行查询时联系起来。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签