COM Object Won't Register in .NET

G

Guest

I have a COM (inproc) object that builds, registers and runs fine in VC6.0.

It builds on .NET and "registers" without error, but nothing in the registry gets updated.

This code was unmanaged in 6.0 and is likewise in .NET

Any clues


Pau
 
R

Ronald Laeremans [MSFT]

You need to debug the registration code. Something is clearly failing,
stepping through the code in the debugger can show you what that is.

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