add a reference

G

Georg

Hi,
in a vb2003/5 application i cannot add a reference to mine application . I
allways get an error "a reference to 'D:\path_of_the_dll' to be added is not
possible. Please make sure that the file is accessible, and that is a valide
assembly or COm component"

how can i fix this ?

thx, georg
 
F

Family Tree Mike

Georg said:
Hi,
in a vb2003/5 application i cannot add a reference to mine application . I
allways get an error "a reference to 'D:\path_of_the_dll' to be added is not
possible. Please make sure that the file is accessible, and that is a valide
assembly or COm component"

how can i fix this ?

thx, georg

What version of vb.net did you use to build "d:\path_of_the_dll"?
 
G

Georg

hi,

i have this problem in a visual basic 2005 version. I also tried this on a
pc where visual studio 2008 is installed, but the same error shows up.
regards, Georg
 
F

Family Tree Mike

Georg said:
hi,

i have this problem in a visual basic 2005 version. I also tried this on a
pc where visual studio 2008 is installed, but the same error shows up.
regards, Georg

So the dll and the executable to reference the dll are all being built
with the same version of VB.Net? That seems very odd.

Have you tried putting both projects into one solution, then adding the
reference as a project, rather than navigating to the dll itself?
 

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