B
benzfan
I'm using .NET 2.0, Visual Studio 2008 and C#. I'm trying to create a
very simple application that uses .NET remoting to connect to a series
of classes which are located on another server. I've been reading a
few articles online, however none I cannot get any of their sample
code to work. The last thing I tried I kept getting a serialization
error when using Strings and Lists.
Can anyone point me in the right direction? Where can I find a step-
by-step simple example of how to build a simple, basic connection to a
remote object?
Thanks for any info you can provide.
very simple application that uses .NET remoting to connect to a series
of classes which are located on another server. I've been reading a
few articles online, however none I cannot get any of their sample
code to work. The last thing I tried I kept getting a serialization
error when using Strings and Lists.
Can anyone point me in the right direction? Where can I find a step-
by-step simple example of how to build a simple, basic connection to a
remote object?
Thanks for any info you can provide.