Ollie
Mon Sep 26 15:50:39 CDT 2005
this can be achieved a couple of ways:
You can copy an instant of your assembly to the following directory:
...\vs.net\common7\ide\publicassemblies folder
or
You can add a registry key, such as the following, which points to the
location of the assembly
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies]@="C:\\MyAssemblies"
check out the article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;306149
http://www.codeproject.com/dotnet/demystifygac.asp?msg=1071004
HTH
Ollie Riches
"mike" <milop@slomins.com> wrote in message
news:OxcNESrwFHA.2072@TK2MSFTNGP14.phx.gbl...
> Hello.
>
> I have installed my .dll into the GAC using the Gacutil.I did this by
> first creating a strong name key and adding the AssemblyKeyFile attribute
> to the AssemblyInfo.vb file.
>
> I thought doing so would result in being able to add a reference to it in
> subsequent projects by selecting References/Add Reference, and selecting
> it from the .Net tab.
>
> Unfortuately I guess I was wrong because it's not there.
>
> What needs to be done so that it shows up in this list?
>
> Thanks in advance,
>
> Mike
>