Automatic link refresh in Visual Studio

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?

+3
source share
1 answer

You tried to use . update file ? The following is a snippet of Microsoft documentation:

Visual Studio.NET, (, , - ) CopyLocal true, . Visual Studio 2005 Bin. .refresh, .

, . , "CopyLocal" false , .

+6

All Articles