regsvr32 failed to create an entry under clsid
Posted
by
user1677272
on Stack Overflow
See other posts from Stack Overflow
or by user1677272
Published on 2012-09-17T10:28:32Z
Indexed on
2012/09/18
15:38 UTC
Read the original article
Hit count: 303
visual-c++
I have a VC++ dll, which I want to register on my 32-bit Windows 7 machine using regsvr32.exe
, however I have some problems with this.
When I register my DLL with regsvr32.exe
, it shows registration successful, but when I check the entries in regedit
, there is no entry in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID
.
There is only one entry in Computer\HKEY_LOCAL_MACHINE\TypeLib
with the guid
mentioned in the project.
Can anyone help me on this?
© Stack Overflow or respective owner