I am a newbie to c# and developed a small WPF application which depends on a external dll files. I have added it as reference in the visual studio and started using the methods in side it.
I started to face the problem when I am deploying this utility to other computers. It is mandating me to place the external dll file in the same location of WPF exe file. And I want to avoid this. Instead I want it to look a specific folder(local or remote).
Is it possible to do this way?
Thanks, Sitaram