
January 18th, 2008, 01:57 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 1
Time spent in forums: 23 m 16 sec
Reputation Power: 0
|
|
|
Referencing DLL not in current directory
I am writing a form application using VS2005. The project references a DLL located in a specific location. The project compiles fine, but when I run the application I get a FileNotFound exception on the referenced DLL. It only works if the DLL is in the same directory as the EXE; I do not want a copy of the DLL in the current directory. Is the a way to tell my application where to look for the DLL on the machine?
|