C
Chris Fink
I have a c# library dll that I want to use from MULTIPLE machines. How do
you do this?
For example, library.dll is installed in GAC on box1. Now I want box2 to
use it also. How does the application on box2 reference the library.dll on
box1?
What is .Net's replacment for DCOM? Is .Net remoting the solution?
you do this?
For example, library.dll is installed in GAC on box1. Now I want box2 to
use it also. How does the application on box2 reference the library.dll on
box1?
What is .Net's replacment for DCOM? Is .Net remoting the solution?