I recently started to get those message as well. I get them on both Chrome and Firefox dev toolbar :
SyntaxError: Using //@ to indicate source map URL pragmas is deprecated. Use //# instead @ http://localhost:49573/Telerik.Web.UI.WebResource.axd
I set up my web site to shoot me an email as well each time it throws an error and here's what I get :
An Error Has Occurred!
URL: |
/jquery.min.map |
User: |
melmmt |
Exception Type: |
System.Web.HttpException |
Message: |
File does not exist. |
Stack Trace: |
at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
Is this REALLY related to the dev toolbar ? If so, how come IIS sends me this ?
Also, it might not be related but this is something I have noticed at the same time this error appeared, my login ASP Panel with a default button doesn't do anything when I press the Enter key. It's pretty straight forward though :
I did this with Q2 2013 and still does with Q3.
Cheers,
Chris