reference dll

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
 
C

Cor Ligthert [MVP]

Andreas,

What does not work?

Seems a simple, but for us real invisible.

Cor
 
A

andreas

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
 
K

kimiraikkonen

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
 

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

Top