Base solution for your next web application
Open Closed

Path '.map' was not found or does not implement IController #1287


User avatar
0
mengvisal created
Support Team

Hi!

After i update to version 0.9.3.0, I have the following error when debugging in chrome. I also cloned the latest version from github to test and also have same error. The only solution for me now is to remove the line "map" all min library javascripts containing this .map but it is too annoying. Do you have any other ideas how to solve this?

System.Web.HttpException was unhandled by user code HResult=-2147467259 Message=The controller for path '/libs/toastr/toastr.js.map' was not found or does not implement IController. Source=System.Web.Mvc ErrorCode=-2147467259 WebEventCode=0 StackTrace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at Abp.Web.Mvc.Controllers.WindsorControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) in D:\Halil\GitHub\aspnetboilerplate\src\Abp.Web.Mvc\Web\Mvc\Controllers\WindsorControllerFactory.cs:line 47 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() InnerException:


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can disable source maps for css & javascript in the chrome's developer console settings.

    <a class="postlink" href="https://developer.chrome.com/devtools/docs/settings">https://developer.chrome.com/devtools/docs/settings</a>

  • User Avatar
    0
    mengvisal created
    Support Team

    thanks!