The controller for path '/e375045d41c749febe5cff7927631ede/arterySignalR/ping' was not found or does not implement IController.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hello, I am new to nopCommerce. Recently, I met a problem:
The controller for path '/e375045d41c749febe5cff7927631ede/arterySignalR/ping' was not found or does not implement IController.
in log.
Details show as below:
Log level:   Error
The log entry message.Short message:   The controller for path '/e375045d41c749febe5cff7927631ede/arterySignalR/ping' was not found or does not implement IController.
The details for the log entry.Full message:   System.Web.HttpException (0x80004005): The controller for path '/e375045d41c749febe5cff7927631ede/arterySignalR/ping' was not found or does not implement IController. at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&

How can I resolve this problem? Thank you soooooo much!
10 years ago
It looks like this error message is caused by Browser Link in Visual Studio 2013. To fix, you can disable Browser Link or try installing Visual Studio 2013 Update 1.

http://stackoverflow.com/questions/19484849/vs2013-browser-link-the-controller-for-path-9ac086a69364466a841e03e001f946fd

.
10 years ago
Thank you so much your answer! It confused me for long time. Thanks again!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.