I created a .NET control in managed VC. I noticed that many similar
controls are listed under the .Net tab of Add/Reference. How do I get
my control in this list?
I tried RegAsm which said it registered the control with no errors. But
the control still does not show up on the tab. How do I get my control
to show in this list?
>I created a .NET control in managed VC. I noticed that many similar
>controls are listed under the .Net tab of Add/Reference. How do I get
>my control in this list?
How to display an assembly in the Add Reference dialog box
http://support.microsoft.com/kb/306149
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Bruce - 26 Nov 2006 17:52 GMT
> How to display an assembly in the Add Reference dialog box
> http://support.microsoft.com/kb/306149
>
> Mattias
Thanks Mattias. This is exactly what I needed.
Bruce
Bruce - 26 Nov 2006 19:51 GMT
> How to display an assembly in the Add Reference dialog box
> http://support.microsoft.com/kb/306149
>
> Mattias
I looked for SOFTWARE\Microsoft\.NETFramework\AssemblyFolders under
HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE in the registry. I could not
find it in either location. Since I see entries on the NET folder, my
doesn't a registry entry exist for them at this loaction?
Bruce - 26 Nov 2006 20:25 GMT
> How to display an assembly in the Add Reference dialog box
> http://support.microsoft.com/kb/306149
>
> Mattias
I added this entry to the registry and it did not work:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\GarXfaceDotNet]
@="D:\\Data\\GarXfaceNET\\bin\\GarXfaceDotNet.dll"