reference problem

xmanneke

Newcomer
Joined
May 8, 2007
Messages
2
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
 
Back
Top