reference dll

  • Thread starter Thread starter andreas
  • Start date Start date
A

andreas

I am working with vb.net express 2008 and after building a dll of a class
module in a project I want to use this dll in another project by adding the
reference but it doesn't work.
Am I missing something?
Thanks for any response
 
I have done the same actions on a new project and now it is working.
I must done something wrong the first time but I don't know what is was.
Thanks any way for the responses
 
I am working with vb.net express 2008 and after building a dll of a class
module in a project I want to use this dll in another project by adding the
reference but it doesn't work.
Am I missing something?
Thanks for any response

First of all, make sure you added the right reference by looking at
solution explorer -> show all files -> references after adding
reference using "add reference". If you didn't receive any error while
referencing, you should be ready to import and instantiate your
reference's classes, types using "New" keyword.

Additionaly, the problem you forgot to mention may be about a runtime
error possibly a bug in dll or OS-dependant issue.

Thanks,

Onur Güzelw
 
Back
Top