Print Page | Close Window

Error when Remoting true : Requested Service Not found

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=661
Printed Date: 11-Jun-2026 at 9:18am


Topic: Error when Remoting true : Requested Service Not found
Posted By: nagarajmsc
Subject: Error when Remoting true : Requested Service Not found
Date Posted: 18-Jan-2008 at 3:26am
Hi 2 all,
 
I need to install my application in Server and let client can access that application. In this the IdeaBlade.ibconfig file connection string can be changable. SO that I enabled remoting option and installed website in Serve IIS.
This is the Error I'm getting when call that response Service from web.config. "System.Runtime.Remoting.RemotingException: Requested Service Not Found". This is because of the Namespace not contains IdeaBlade.Persistence.RemotingPersistenceService this class.
 
Some one help me?



Replies:
Posted By: davidklitzke
Date Posted: 18-Jan-2008 at 9:00am
I suspect that you have not deployed your application properly.  In particular, you cannot just install your application on the Server.  You must follow the procedures outlined in Chapter 11 on Deployment in the Developer's Guide.   I would also strongly suggest that you study the following Advanced tutorial:
 
 



Print Page | Close Window