Deployed application refers to source directory

Mike_123

Member
Joined
Nov 28, 2006
Messages
6
Programming Experience
1-3
Deployed application referes to source files.

Hi and thanks for your help,
I have a solution with a DLL project, this dll works as visio plug in, using VS 2003 installer. I have no problem installing the application with Microsoft installer. Now I tried to use another software to deploy my assembly, I copied the project output (main and referenced DLLs) then used my installer to installer these files to the destination directory. The problem is that installation works fine until I change the directory name of my solution : I checked and found my deployment application is always looking at my bin directory of my solution. I am not very familiar with references and dont want to use VS 2003 installer. How to set references and have installed Assemblies used?
Thanks
 
Back
Top