Monday, February 28, 2011

Visual Studio Extension for resolving Assembly References

If you have numerous assembly references in your Visual Studio project, it is often useful to know where those assemblies physically reside on disk.  If those assemblies are registered in the GAC, it is even more useful to determine where these assemblies are physically installed since discovering them is not always immediately obvious.

Fortunately, a fellow developer has uploaded a Visual Studio 2010 extension to simplify our lives when dealing with Assembly References in the form of an extension called the Assembly Reference Resolver.

You can download the extension from the Visual Studio Gallery here:
http://visualstudiogallery.msdn.microsoft.com/7a364d9f-0202-4e83-b235-6d536b30f978?SRC=Home

No comments:

Post a Comment