Consider the following:
I have a .NET 3.5 project that uses DLL.NET 1.1. When I copy the 1.1 dll to the location referenced by project 3.5, project 3.5 will not compile until I close Visual Studio and open the project. I think this is due to link updates to dll 1.1, but I would like the parameter to automatically update links. Any suggestions?
source
share