Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to deploy several applications that use the same Dll's. I want to run them off the several so all a user has to do is double click on it to run, this way i don't have to install the apps locally. These exe's will sit in thier specific location, ie. shipping.exe will be in the folder ...\shipping\shipping.exe and i orderentry.exe will be in ...\order entry\orderentry.exe. I want the DLL's that both of these exe's use to sit in a folder called ...\DLL library\*.dll. is there a possible way to do this.
Posted

1 solution

Does deploying the shared dlls in GAC seem a suitable solution to you? Also, have you considered a case where Application1 uses version 1 of Dll1 and Application2 uses version 2?
 
Share this answer
 
Comments
senthil sennu 29-Aug-11 2:41am    
I cant use GAC because there are about 600 dll's which is common.
Second senario is not applicable for me.
dan!sh 29-Aug-11 3:01am    
Why GAC cannot be used?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900