Tagged Questions
0
votes
1answer
26 views
Including in a Visual Studio 2005 project a DLL built with Visual Studio 2010
I have a dll library built in Visual Studio 2010, but I need to include it in a VS 2005 project.
If I do it, I get the error message
This assembly is built by a runtime newer than the currently ...
0
votes
1answer
2k views
visual studio post-build script error calling gacutil
I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this:
if NOT ...