I am creating a .NET module as a COM object (so it can be used by non .NET callers).
I've tried SUF8, using the Test buttom on the OLE/ActiveX section in the Advanced tab of File Properties. This tells me the DLL doesn't support self registration.
I guess this is no surprise, as you need to used utility RegAsm for .NET COM objects, not the good old RegSvr32.
Question is: Can SUF8 register .NET COM objects? If yes, how?

Reply With Quote
