Where is the local copy option?

I am trying to add dll references to an ASP.NET 3.5 (Web Forms not MVC) project and all the references I add keep showing as auto update. I right clicked on a dll in the bin folder to point to a local copy, but the option is not there.

I went back to one of the 2.0 projects and I have a lot of DLLs that are not auto-updating, but I cannot figure out how to add a link that no longer auto-updates ...

Can anyone point me in the right direction?

0


source to share


1 answer


I'm not sure if it's in one place for you (I'm using Studio 2005, .NET 2.0), but for me, for a normal application, I expand the node links and click the link. The property is displayed and is as Copy Local. (not dll in bin, link in Reference node in project explorer)



+1


source







All Articles