how to add dll

  • Thread starter Thread starter Shiva
  • Start date Start date
S

Shiva

If it is a standard DLL (that exports functions), then you have to use
P/Invoke. Adding references will not work.

hi..
I want to add a dll named rtb.dll to my vb.net project and use its function.
But when i add it through Add Reference, it gives following error:
"This is not valid Assembly or COM component"

How can i add this dll in my project and use its function?
plz help
thanks
 
hi..
I want to add a dll named rtb.dll to my vb.net project and use its function.
But when i add it through Add Reference, it gives following error:
"This is not valid Assembly or COM component"

How can i add this dll in my project and use its function?
plz help
thanks
 

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