本文介绍了编译问题,或者是吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个由9个项目组成的解决方案,每个项目都有不同的引用,每个

其他(干净,没有循环等)。 Visual Studio有时会给我

奇怪的错误,它找不到一个引用的程序集,不能

写一个,或者现在最常见的(几乎100个) %的时间):失败

在尝试启动编译时发生。


但实际上编译似乎已成功完成。我已经获得了一个新创建的exe并且运行得很好,即使在Visual Studio中来自

的调试模式下也是如此。


之前错误导致我看到这篇知识库文章,但是虽然症状

相似但我已经检查了所有内容并且它似乎并不适用。 (一个

的程序集是96k编译的。)



我以前也有这个问题。它似乎现在已经解决了,但也许是b $ b仍然以某种方式相关:



现在这主要是一个大型的新生,因为一切都通常很好

尽管有消息。有时我必须退出并重新加载VS才能获得它再次编译
,这真的很烦人。


有什么建议吗?

解决方案




症状


(程序集的一个







I have a solution consisting of 9 projects with various references to each
other (clean though, no loops, etc.). Visual Studio sometimes gives me
weird errors that it can''t find one of the referenced assemblies, can''t
write one, or now most frequently (almost 100% of the time): "A failure
occurred while attempting to start the compilation".

But in fact the compilation appears to have completed successfully. I''ve
got a freshly created exe and it runs just fine, even in debug mode from
within Visual Studio.

Before the errors have led to me to this KB article, but while the symptoms
were similar I''ve checked everything out and it doesn''t seem to apply. (One
of the assemblies is 96k compiled.)
http://support.microsoft.com/default...b;en-us;313512

I also previously had this problem. It seems to be solved now, but maybe is
still somehow related:
http://support.microsoft.com/default...b;en-us;825007

Right now this is mostly a big nuissance, as everything usually works fine
in spite of the message. Sometimes I have to exit and reload VS to get it
to compile again, which is just getting really annoying.

Any suggestions?

解决方案




symptoms


(One


is






这篇关于编译问题,或者是吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 11:12