G
Guest
Hi,
I have a vb.net solution 2003 with 2 projects (1 is the interface) and (1 is
a class library). I have created a setup project.
If I put all my dlls and dependency dlls in the application folder of the
file system on target machine everything works fine.
However, I wanted to put all my dll files into a bin directory under the
application directory. I tried this and it did not work. I get an error
saying that dependency files are missing.
Does the framework not look automatically first in the bin directory then in
the app directory, then in the global assembly for referenced assemblies?
How do I get my dlls in the bin direcotory to be found by the application
which is executing from the parent directory directly above it?
Should I even try this?
thanks
Chris
I have a vb.net solution 2003 with 2 projects (1 is the interface) and (1 is
a class library). I have created a setup project.
If I put all my dlls and dependency dlls in the application folder of the
file system on target machine everything works fine.
However, I wanted to put all my dll files into a bin directory under the
application directory. I tried this and it did not work. I get an error
saying that dependency files are missing.
Does the framework not look automatically first in the bin directory then in
the app directory, then in the global assembly for referenced assemblies?
How do I get my dlls in the bin direcotory to be found by the application
which is executing from the parent directory directly above it?
Should I even try this?
thanks
Chris