Problem in configure Remote server and client

hello friends
i m very new in windows remoting.
i have create one server and client code using msdn.
but at running the client i got the below compiling error.

An unhandled exception of type 'System.Runtime.Remoting.RemotingException' occurred in mscorlib.dll

Additional information: Trying to create a proxy to an unbound type.


My server and client are on the same pc.

please reply me as early as possible

Nilna


Answer this question

Problem in configure Remote server and client

  • morgar

    did u add reference to ur server dll in the client program 

    bcoz the type information of the server dll  should be present in the client .

  • Oirad

    Your class extend the MarshalByRefObject 
  • Problem in configure Remote server and client