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
Ronald Laeremans [MSFT] - 26 Aug 2004 21:14 GMT
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
> In some of the development computers the COM DLLS with managed
> extension turned on (even though there are no .NET projects in its add
[quoted text clipped - 7 lines]
>
> ~Saurabh