[?] remoting deregistration

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Leonardo,

You can't do this. Once you do it, the type is registered for the life
of the app domain that the call is made in. You have to shut down the
domain.

It should be noted that in Indigo, this won't be a problem, as
registrations of this nature are not tied to the application domain.

Hope this helps.
 
How can I "deregister" a WellKnownClientType previously registered as a
remote type?
(I need this to change the remoting server at runtime)

Thanx in advance!
 
Back
Top