Getting error "Activex Component cannot create Object" while using .NET dll in VB 6 Code

Posted by ssman321 on Stack Overflow See other posts from Stack Overflow or by ssman321
Published on 2010-04-26T13:00:43Z Indexed on 2010/04/26 13:03 UTC
Read the original article Hit count: 150

Filed under:
|

HI, I am deploying a VB6 application on client machine. The Application need to access code from a C#.NET dll. I created a COM object of the .NET dll and used it VB 6 using the side by side versioning (Registration free COM). It is running fine on the development machine but on the client machine it is throwing an error "ActiveX Component cannot create Object"

I created two manifest files one for the VB application and the other one for the C# application. I embedded the C# manifest file in the C#.NET dll through visual studio 2008.

Am I missing some step. Please help me out. Thanks in advance.

© Stack Overflow or respective owner

Related posts about com

Related posts about activex