Dll Relative path

samsmithnz

Well-known member
Joined
Jul 22, 2003
Messages
1,038
Location
Boston
I have a .net dll that I wrote for my application. How do I give it a relative reference, so that when I compile my app and copy the app and dll to another folder, it uses the dll in the local folder..?
 
No, in my project properties, under reference path, is the abosulete path to my dll. I cant change the path there to a relative path, and if I compile and deploy my app in another folder (or computer), it cant find the dll, cos its not in c:\projects\clone\bin...
 
Copy local is already set to true.

Im not using a setup package, but I shouldnt have too, Im only copying the compiled code to another folder on my computer.
 
Back
Top