Hello,
I just upgraded from VS.NET 2003 to VS 2008. I am having trouble managing references in web projects.
With regard to class libraries, a button is provided to show all files, which causes a navigation tree for references to be displayed. From here I can set properties of references, such as Copy Local, etc.
Web projects do not provide the Show All Files button, and no navigation tree for references is displayed. After converting my VS.NET 2003 solution to VS 2008, one of my web projects in the solution has references to two compiled .NET class libraries (.NET DLL's) that are "copy local" and need to be updated to newer versions. I would like to know how to:
(1) Delete the two DLL references from my web project
(2) Add the new versions of the DLL's to the project (I tried adding them via the Property Pages dialog, but for some reason after clicking the OK button they did not appear in the reference list box).
(3) Set both DLL's to Copy Local.
Thank you, Stu Engelman