COM unregister/register type library problem -
I have a .NET COM DLL that I want to unregistered: regasm.exe / u ConfigManager.dll
When I look with the COM-ole Viewer app, I still see in the Type Library section an entry for ConfigManager (Specifies the path of ConfigManager.tlb). How can I ensure that I can register for any entry in the ConfigManager.dll com?
I ask this because I have a dirty mistake where it seems that the ConfigManager client does not see ConfigManager in some way and want to make sure that I re-register and register again ConfigManager
All you need is a typelib registration feature TypeLibs are not specific to .NET, so that you can see these types of people Can find anywhere
This is a simple one:
I use TlbExp instead of RegAsm / tlb option to get typeplauses without registration. I like it. In this way I can specifically register (or unregistered) typewrays.
Comments
Post a Comment