Remoting Error: Requested Service Not Found
Posted
by enableDeepak
on Stack Overflow
See other posts from Stack Overflow
or by enableDeepak
Published on 2010-03-20T06:07:50Z
Indexed on
2010/03/20
6:11 UTC
Read the original article
Hit count: 324
Hi,
I am trying to create a very simple example of remoting which isn't working. I start the host and when I start client, it says "requested service not found"
Parts of My Application are:
- Remoting Object : MarshalByRefObject
- ComponentHost
- Client
You can download my project from here It has been 2 days and I am going crazy. Requested if someone can tell that where am I wrong?
© Stack Overflow or respective owner