Tuesday, February 24, 2009

Displaying custom assemblies in ".NET References" dialog of VS.NET 2005

The items in the ".NET References" dialog are not necessarily in the GAC. They are actually in another directory which is defined in the registry.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\Foo\

Set the value of "Default" key to the path of the common assembly folder.