AssemblyFolders in 64bit

To 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:

Posted in development.

Leave a Reply