Hey all,
Everytime the a dll is registered, not compiled but regsvr32.exe is run against a dll, a new GUID is entered into the registry for the TLB. This really isnt a problem except for the fact the whenever Regsvr32.exe is run against the same dll the TLB entry is not removed. This means the everytime I register the dll during the development process I will also need to unregister and manually go into the registry and remove the TLB entry. This has proven to be a pain in the hind quarters.
This may be part of the problem people are having with .net and vb references.
Thanks
Everytime the a dll is registered, not compiled but regsvr32.exe is run against a dll, a new GUID is entered into the registry for the TLB. This really isnt a problem except for the fact the whenever Regsvr32.exe is run against the same dll the TLB entry is not removed. This means the everytime I register the dll during the development process I will also need to unregister and manually go into the registry and remove the TLB entry. This has proven to be a pain in the hind quarters.
This may be part of the problem people are having with .net and vb references.
Thanks
Comment