Use a interface in a different dll to decouple the remote server from client, interface which will be implemented by the remote server type; The client will refer only the interface dll.
Dumitru Sbenghe > -----Original Message----- > From: The DOTNET list will be retired 7/1/02 > [mailto:[EMAIL PROTECTED]]On Behalf Of sweat > Sent: Wednesday, June 05, 2002 5:45 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET] remoting concept question > > > I have been playing around with remoting. I am having trouble > understanding something though. I created a dll and a client app > that will > access it from another machine. In my client app I create a variable of a > type I define in my dll. For my client to know what that is I > have to add a > reference and the dll would have to be on the machine with my client app > because if I don't then I get a filenotfoundexception when the client app > loadsup. This obviously isn't remoting so what am I missing in > the picture? > Thanks. > > Ken > > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.