简体   繁体   English

Visual Studio构建问题

[英]Visual Studio build problem

We have a VS 2003 solution containing 1 vb project and several c# projects(No web projects). 我们有一个VS 2003解决方案,其中包含1个vb项目和几个c#项目(无Web项目)。 The problem is when i try to build the vb project either VS exits or stuck at "performing main compilation". 问题是当我尝试构建vb项目时,VS退出或停留在“执行主编译”上。 Please help 请帮忙

Can not reproduce it. 无法重现。 Clear build doesnt work. 清除版本无效。 Sometimes problems is solved without doing anything logical. 有时解决问题时无需做任何合乎逻辑的事情。

您是否尝试过从构建菜单中进行“清理”然后重新编译?

From my previous experience I can say that VS2003 doesn't like too much Mixed projects (I got many strange behaviours and various crashes). 根据我以前的经验,我可以说VS2003不喜欢太多混合项目(我有很多奇怪的行为和各种崩溃)。

I suggest you to create 1 solution to contains your C# projects and 1 solution for VB.NET ones. 我建议您创建1个解决方案以包含您的C#项目和1个针对VB.NET的解决方案。 Then add the necessary references browsing for them. 然后添加浏览所需的参考。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM