473,651 Members | 2,645 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\.NETFra mework\Assembly Folders

hi, I'm kinda confused as to how I get an assembly to show up in my
References dialogue box. I see lots of posts like this:
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\.NETFra mework\Assembly Folders\MyAssem
blies]@="C:\\MyAssemb lies"
but I'm not sure what the @ is referring to and why there is a double
backslash in the path. Can someone please explain this ? and assist in
helping me get my assembly listed.

Thanks.

TIA

j
Jul 21 '05 #1
2 4063
There's really no trick to it.

1. Add a new key under
HKLM\Software\M icrosoft\Visual Studio\7.1\Asse mblyFolders and name it
whatever you like.
2. In the key you created, change the (Default) value to the path of the
folder where your assemblies are located.

If you're using Visual Studio.NET 2002 you'll want to create your key under
7.0 instead of 7.1 (you won't have a 7.1 key anyways if that's what you're
using).

-Brian
"hdjim69" <hd*****@hotmai l.com> wrote in message
news:uY******** ******@TK2MSFTN GP11.phx.gbl...
hi, I'm kinda confused as to how I get an assembly to show up in my
References dialogue box. I see lots of posts like this:
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\.NETFra mework\Assembly Folders\MyAssem blies]@="C:\\MyAssemb lies"
but I'm not sure what the @ is referring to and why there is a double
backslash in the path. Can someone please explain this ? and assist in
helping me get my assembly listed.

Thanks.

TIA

j

Jul 21 '05 #2
There's really no trick to it.

1. Add a new key under
HKLM\Software\M icrosoft\Visual Studio\7.1\Asse mblyFolders and name it
whatever you like.
2. In the key you created, change the (Default) value to the path of the
folder where your assemblies are located.

If you're using Visual Studio.NET 2002 you'll want to create your key under
7.0 instead of 7.1 (you won't have a 7.1 key anyways if that's what you're
using).

-Brian
"hdjim69" <hd*****@hotmai l.com> wrote in message
news:uY******** ******@TK2MSFTN GP11.phx.gbl...
hi, I'm kinda confused as to how I get an assembly to show up in my
References dialogue box. I see lots of posts like this:
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\.NETFra mework\Assembly Folders\MyAssem blies]@="C:\\MyAssemb lies"
but I'm not sure what the @ is referring to and why there is a double
backslash in the path. Can someone please explain this ? and assist in
helping me get my assembly listed.

Thanks.

TIA

j

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.