COM Object Won't Register in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top