简体   繁体   中英

Visual Studio build problem

We have a VS 2003 solution containing 1 vb project and several c# projects(No web projects). The problem is when i try to build the vb project either VS exits or stuck at "performing main compilation". 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).

I suggest you to create 1 solution to contains your C# projects and 1 solution for VB.NET ones. Then add the necessary references browsing for them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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