Getting message : This is not valid assmebly or...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have got some third party dll and want to add reference of that in my
project but whan i try to add it is giving the message

This is not valid assembly or COM component.

Can any one please help me out for how to add refrence of this in my project

Thanks
 
The DLL contains COM objects in c++?

Does it implement COM?
Try to add a reference to it in VB6 and check if the same error occurs.

Please check the type of the DLL as it might be really not a valid .Net
Assembly and not a valid COM component

Regards
Mohamed El Ashmawy
MEA Developer Support Center
ITWorx on behalf of Microsoft EMEA GTSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top