How to access dll server object remotely without modifying registry on remote computer?

Viewed 20

I have a dll server that I want to be able to call remotely. Everything works fine when I use Activator.CreateInstance on the local machine. Is there a parameter I can pass into Activator.CreateInstance to avoid modifying the registry on remote machine to have the dll hosted?

0 Answers
Related