AssemblyFolders in 64bit
October 18th, 2006 — BinaryjamTo add assemblies into the list of assemblies for references in Visual Studio 2003 you can edit the registry and add them there
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\AssemblyFolders\MyLibrary]
@=”D:\\Development\\BinaryJam\\MyLibrary”
Well in 64bit land this is changed to
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\7.1\AssemblyFolders\MyLibrary]
@=”D:\\Development\\BinaryJam\\MyLibrary”
Hey presto there they are in the References Dialog
Technorati: visual studio
