Relocating Generated Dlls
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i have a number of projects located within my solution (they are dlls (3)) i reference the project from my main project,and when the dlls are compiled they are put in the directory with the .exe the program works fine...but i want to move those dlls to a diffrent sub folder (/data or something you know ?) but the .exe cant locate them if i move them. How can i move them and still have the .exe locate them ? thanks for your time. Jesse M. The Code Project Is Your Friend...