managed extension does not register (regsvr32) .. please help

S

Saurabh Boyed

In some of the development computers the COM DLLS with managed
extension turned on (even though there are no .NET projects in its add
reference) is not able to register. regsvr32 hangs up, it does not
even return a failure message. It starts registering as soon as I turn
off the managed extension.

I am using Windows 2000 Pro.

Any help will be greatly appreciated.

~Saurabh
 
R

Ronald Laeremans [MSFT]

You need to debug the DLL. regsvr32 just loads the DLL and calls an entry
point in it. For most causes you can see what goes wrong in a debugger.

Ronald Laeremans
Visual C++ team
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top