V
Vai2000
Hi All, I have a 3rd part assembly Foo.dll and its dependencies. I have
registered them on Server A.
I have an exe (bar.exe) which runs on Server B which would like to make
calls to this Assembly Foo.dll
I am using reflection in bar.exe
Q can I use Assembly.LoadFrom(\\server A\foo.dll)? I am trying to avoid
Remoting/WebSvc for now...kept them for last resort
BTW ServerA and ServerB are part of the same domain.
TIA
registered them on Server A.
I have an exe (bar.exe) which runs on Server B which would like to make
calls to this Assembly Foo.dll
I am using reflection in bar.exe
Q can I use Assembly.LoadFrom(\\server A\foo.dll)? I am trying to avoid
Remoting/WebSvc for now...kept them for last resort
BTW ServerA and ServerB are part of the same domain.
TIA