简体   繁体   中英

How to fix broken Visual Studio project dependencies?

I'm working in a project for a customer where one solutions has 3 projects. Project A is the base, then project B depends on A, and project C depends on B. By the way, project C is the application, A and B are class libraries.

Usually, I can make a change in project A without the need of manually recompile B and C because Visual Studio does it automatically for me.

However, in this environment (after downloading the solution via Ankh SVN), the dependencies are somewhat not recognized when executing. I'm forced to manually recompile the dominant projects of the dependency hierarchy.

Why is this happening? and how to solve it? Thanks!

确保将项目B和项目C的引用添加为项目,并且没有将项目输出作为程序集引用添加。

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