开发者

VS 2010 C++ unable to load references due to out of date version number

开发者 https://www.devze.com 2023-01-03 18:27 出处:网络
When I set references for a C++ project in Visual Studio 2010, it fails to load a reference dll from another c# project because of a version mismatch. Building a C开发者_运维技巧# project that referen

When I set references for a C++ project in Visual Studio 2010, it fails to load a reference dll from another c# project because of a version mismatch. Building a C开发者_运维技巧# project that references another c# project is no issue for me. I tried hard coding the version number for the c# project which worked great, but that was simply for testing and not a permanent solution.

Is there a way to automatically update the reference version number within the c++ project so that when I build these projects together I don't run into this issue?

0

精彩评论

暂无评论...
验证码 换一张
取 消