Hi Friends,
I am developing an application which uses API from another application DLLs (.Net DLLs). And these DLLs are not placed in GAC. Normally, .Net framework looks for DLLs placed in some subfolder inside the executing assembly. But my application will be installed in different location. In this case, how can I use the DLLs which are existing outside of my executing application folder.
Thank you,
Regards,
Sagar
Loading
Kirtan PatelPosted Oct 7, 2009, 4:15 AM
dont forget to mark "Do you like this answer" it will give me credits :)
Copy All the Dll to The Folder Where the Executable in there
you can do it automatically when executable is compiled by following procedure
Step1 :-
Select the DLL or Referece you want to copy to local Exe Folder
Step 2 : make the Copy Local to True
Thats it ... :)
Roei BarPosted Oct 7, 2009, 3:02 AM