[?] 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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top