문제

I have 3 projects in a Visual Studio solution. One of the projects (Driver) contains references to the .dlls produced by the other two projects. The copy local property is set to true for both. Neither of these .dlls get copied to Driver's bin/Debug directory. Isn't that what should happen?

I get runtime errors because the assemblies can't be found.

By the way, my .dlls used to be in the GAC but I uninstalled them.

도움이 되었습니까?

해결책

Never mind, I uninstalled from the GAC, logged out, logged back in, restarted VS 2010, cleaned the solution, then rebuilt the project...

then it worked

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top