Share DLL Across Machines

  • Thread starter Thread starter Chris Fink
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top