Share via


System.ServiceModel 4.0.0.0 "WebHost failed to process a request." The service '/_vti_bin/IDCRL.svc' does not exist Event ID 3

Question

Monday, March 13, 2017 12:36 PM

Hi,

I have some trouble with my webfrontend server on premise SharePoint 2013:

One of the error messages in event viewer is the following. What is this about?

WebHost failed to process a request.
 Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/50958696
 Exception: System.Web.HttpException (0x80004005): The service '/_vti_bin/IDCRL.svc' does not exist. > System.ServiceModel.EndpointNotFoundException: The service '/_vti_bin/IDCRL.svc' does not exist.
   at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
   at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
   at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result)
 Process Name: w3wp
 Process ID: 19684

All replies (2)

Monday, March 13, 2017 12:52 PM

Hi Nica- try resetting the server. See the following link for details on what's happening:

https://social.msdn.microsoft.com/Forums/en-US/33ec0876-d011-4d91-bbb3-56450c452597/error-calling-orchestration-published-as-wcf-service?forum=biztalkgeneral

cameron rautmann


Monday, March 13, 2017 1:06 PM

Thank you for your answer. I already did an IISreset several times but the error persists.

Any other explanation?