xmanneke Posted August 31, 2007 Posted August 31, 2007 hi, i got a small problem with an app that i am making i made a seperate .dll for all the db access and want to put it into a seperate folder so i made a folder data in the debug folder (where the .exe is) then when i add a reference to this .dll and set the copy local to false it gives an error because it cant find the file if i set it to true it works but then the .dll comes next to the .exe and i dont want that i dont want people to see the .dlls next to the .exe so is there a way to make this work so that he finds the file or the copy local copys the file to the data folder thanks Quote
Wraith Posted September 1, 2007 Posted September 1, 2007 MSDN - Basic Instincs - Deploying Assemblies You want a probing element that specifies the private bin path of your data folder. Quote
xmanneke Posted September 2, 2007 Author Posted September 2, 2007 thanks you very much it works now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.