GAC assemblies not in Add Reference

D

dan weichart

I have deployed some assemblies to the GAC but am unable
to see the assemblies in the .NET tab of the Add Reference
form in Visual Studio. The assemblies do appear in the
Assembly Cache in the .NET configuration tool. Interop
assemblies were deployed via tlbimp and gacutil. A .NET
assembly that references the interop COM assemblies was
deployed via deployement project.

I know I can browse to the assembly needed, however making
these assemblies easy to find for beginning .NET
developers is one of the goals.

Any hints?
dan weichart
 
G

Guest

I'm working through this problem myself - I had found the link you mentioned already

http://support.microsoft.com/?kbid=30614

....but I'm not that familiar with editing the registry. What does

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies]@="C:\\MyAssemblies

....actually mean? Which bit is the key? Which bit is the value? What type of value is it? (String, Binary or DWORD?!) When the value is created, what is the value name and what is the vaue data? What does the @ mean? Could you explain it to a registry novice please

Thanks in advance for your help

Guy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top