Hi,
I created a Managed C++ Class Library, signed it and added it to the GAC. I can verify this by opening C:\WINDOWS\assembly or by using the Windows Control Panel.
But when I try to add a reference to this Assembly in another project, the name of my Assembly is not listed in the "Add Reference" window, even in the .NET tab.
Is this normal behavior? How can I get my Assembly to appear here? I don't want the users of my assembly to have to manually browse to its path. They're supposed to be able to remain ignorant of everything except its interface.
Thanks immensely.
I created a Managed C++ Class Library, signed it and added it to the GAC. I can verify this by opening C:\WINDOWS\assembly or by using the Windows Control Panel.
But when I try to add a reference to this Assembly in another project, the name of my Assembly is not listed in the "Add Reference" window, even in the .NET tab.
Is this normal behavior? How can I get my Assembly to appear here? I don't want the users of my assembly to have to manually browse to its path. They're supposed to be able to remain ignorant of everything except its interface.
Thanks immensely.