In my company there is a asp
application that interacts with COM + components made in Visual Basic 6
and one of those COM + components interacts with a component made with .NET C #, for which the type library had to be created ( tlb) for the .NET component and add it as a reference in VB6. In VB6 for this component binary compatibility is configured. We have test server and production server. I recently had to make an adjustment to the COM + component and the .NET C # component, and placing them on the test server, it worked fine, several successful tests were performed. However, when it was released to the production environment, the COM + component throws an exception error:
ActiveX component can not create the object.
I do not understand why the error since the COM + component is registered by RegSvr32
in both environments and both the DLL and the .NET TLB are available in the same COM + route.