Far Away Developer

Sebastien Lachance

Requested Service not found

Posted by Sebastien Lachance on June 21, 2007

If you are doing remoting and you get a RemotingException with the message : “Requested Service not found” there is a really good chance there is an error in your configuration file. Mine was because the objectUri attribute was written all in lowercase. Be carefull !!

Another case this error can come up it’s if the lifetime is expired. To remedy to that override the InitializeLifeTimeService method and return null.

 

19 public override object InitializeLifetimeService()

20 {

21 return null;

22 }

Resources I used :

One Response to “Requested Service not found”

  1. Requested Service not found | Aktif Blog | Blogdan Al Haberi Says:

    [...] Sebastien Lachance [...]

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>