Hi a have a COM dll made in C++ (I dont have the source code) I used tlbimp to create a managed .NET assembly dll... I reference this dll and import it with "using myDll" then I make an object (myDll.myDllClass dll=new myDllClass() and then I can see the methods implemented on the dll... until here everything is fine... but when I run my project it gives the next error where I create the object (new):
COM object with CLSID {DAA0701E-C3E8-429A-9E3D-83121ED37223} is either not valid or not registered.
I did register the new COM using regasm... and I checked the registry and that key is registered... I also registered the c++ COM with regsvr32... so I dont have a clue of what am I doing wrong...
I would appreciate any help... THANKS A LOT!!!
COM object with CLSID {DAA0701E-C3E8-429A-9E3D-83121ED37223} is either not valid or not registered.
I did register the new COM using regasm... and I checked the registry and that key is registered... I also registered the c++ COM with regsvr32... so I dont have a clue of what am I doing wrong...
I would appreciate any help... THANKS A LOT!!!