M
Max
Have a little problem here; I have a solution with two projects. One of
the projects is an executable file and the other is a dll. The dll is
just basically one class, so in the exe I've added that project as a
reference and am able to use all the contents by creating a new object
(Dim myclass as new dll_file.myclass). That works fine, when I build the
solution it creates those two files and everything works, however, what
I need to do is have the dll in a different folder then the executable.
How do I tell the exe file to look for this dll in the \bin\ folder for
example? Right now I've specified the target paths so it automatically
puts the files where they need to be, but when I launch the program it
comes up with an error that basically states file not found.
the projects is an executable file and the other is a dll. The dll is
just basically one class, so in the exe I've added that project as a
reference and am able to use all the contents by creating a new object
(Dim myclass as new dll_file.myclass). That works fine, when I build the
solution it creates those two files and everything works, however, what
I need to do is have the dll in a different folder then the executable.
How do I tell the exe file to look for this dll in the \bin\ folder for
example? Right now I've specified the target paths so it automatically
puts the files where they need to be, but when I launch the program it
comes up with an error that basically states file not found.