I am totally and utterly confused! How do you deploy an application and tell
the runtime to find your .dll in a certain directory?
My exe will be running on one computer and the dlls will be on another with
in the same LAN. Why can't I just tell the clr that the dlls will be located
here(a mapped path)??
I have looked at stong naming, remoting, using assembly.loadfrom and read
information about configuration files. What is the best method and easiest
way to find these dlls without rewriting my aplication??
I can't believe Microsoft would have made this so hard to do? All I want to
do it tell my application where the dlls are. Does anyone have anything they
can share with me, that will help?
Thanks in Advance!