.net remoting
-
help please...i don't know what to do anymore. i'm learning .net remoting where i'm trying to use IIS as the activation agent and i tried everythin i can think of but i can't fix this exception: System.Runtime.Remoting.RemotingException: Requested Service not found please advice....i will really appreciate any help thanks!
-
help please...i don't know what to do anymore. i'm learning .net remoting where i'm trying to use IIS as the activation agent and i tried everythin i can think of but i can't fix this exception: System.Runtime.Remoting.RemotingException: Requested Service not found please advice....i will really appreciate any help thanks!
hye there Well I know you have tried alot . but just for reminder.. you have to start your remote hosting application first. second thing is do not include the hosting application in your solution if you have hosted them on the other machine. make sure you have mentioned the ports and system name correct. test system name through ping command to confirm it is responding on network. I have one test application let me search for that if I found I shall send it over. for testing you can use this CSharp as well http://www.codeproject.com/csharp/remotinggui.asp[^]
-
hye there Well I know you have tried alot . but just for reminder.. you have to start your remote hosting application first. second thing is do not include the hosting application in your solution if you have hosted them on the other machine. make sure you have mentioned the ports and system name correct. test system name through ping command to confirm it is responding on network. I have one test application let me search for that if I found I shall send it over. for testing you can use this CSharp as well http://www.codeproject.com/csharp/remotinggui.asp[^]
yes please send it over if you found it :-D. i'm not getting the exception(service requested is not found)anymore. however, it's still not working properly ...i don't know if it is me or the code given in the book. i'm newbie in .net remoting:doh: