regsvr32 failed to create an entry under clsid
- by user1677272
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?