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?
精彩评论