How to truly remove all references from VS 2008 project?

Posted by Clint on Stack Overflow See other posts from Stack Overflow or by Clint
Published on 2009-06-05T17:02:51Z Indexed on 2010/04/24 8:33 UTC
Read the original article Hit count: 222

Filed under:
|
|

I have a Visual Studio 2008 project that has a reference to a dll. I removed the reference to version 1 and added a new reference to version 2. The project builds successfully, however when I analyze the project dll after it has been built in Reflector I am seeing that it is holding onto two references to the same dll - version 1 and version 2 are both referenced.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET