HighTechTalks DotNet Forums  

Remoting client activation, method not found error

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss Remoting client activation, method not found error in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Spatt
 
Posts: n/a

Default Remoting client activation, method not found error - 11-29-2007 , 07:40 AM






I am using client activate remote object.
I register with RegisterActivatedClientType code.
RemotingConfiguration.RegisterActivatedClientType( typeof(Remote.cTransfer),
s_URL);
It works. I can call remote object methods.
Now I added new method
Now I update the remote object, added new method Method B.
If I invoke this method it says method not found.
How do I make remote services load latest assembly??

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.