English 中文(简体)
Mysterious Error on Rebuilds C#
原标题:Mysterious Error on Rebuilds C#
  • 时间:2011-11-04 00:13:44
  •  标签:
  • c#
  • .net

我每当我的项目在试图随后运行时需要重建时,就会出现一个错误。 然而,如果在出现这一错误之后,该项目就开始运行,则会受到罚款。

当我在这个错误箱子出现后核对错误清单时,它不会回去任何错误(它不应因为没有建筑错误)并且产出窗口也是如此。

“The

这一错误并不是一个巨大的问题,但有时却非常令人厌恶。 (打造......点击......然后......) 我非常赞赏有人能够把我引向前进的方向。 我并不是在某个地方寻求直接解决办法,以便开始研究。

增 编

Edit:

我现在还在另一台计算机上尝试过我的申请,我没有发现错误。 我还在我诉2010年安装时尝试了一次无uck的修理。

问题回答

或许在CSProj/solution案(或许是一条破碎的道路或东西)中研究,似乎奇怪的是,那里没有项目名称或错误描述。

如果你有一个以上的项目,即“Click(项目编号)”和“Pet”作为启动项目。

Check the build and build events setting in the project properties.

Try doing a clean build or manually wiping out the bin folder. Hard to diagnose without more information.

您是否试图将解决办法的复印件翻到另一个地点,以及从那里修建/运行? 是否会给你一个更好的错误?

也许,你可能会造成问题。 如果你利用我的话,就会把他们拖得太久,看问题是否持续存在。





相关问题
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. ...

热门标签