Accessing Serviced Components Remotely -
07-19-2007
, 10:23 AM
What is the process to follow when you want to use a .NET serviced component
on a remote station. I know that you use DCOM and that you have to build an
export msi file and install it on the client machine. But then, is the
component automatically in the local GAC? How do we refer to it in the
client application in Visual Studio (add reference .NET ot add reference
COM)? |