Hello all,
Since upgrading to 7.1.2 I'm getting a fair number of these exceptions in the application log...
Exception information:
Exception type: KeyNotFoundException
Exception message: no map was found for the dependency key: be7d89d3ac6d5d93d82a38c14bb19400 ,CompositeUrlType.MappedId requires that a map is found
at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.ProcessRequestInternal(HttpContextBase context, String fileset, ClientDependencyType type, Int32 version, Byte[] outputBytes)
at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Request information:
Request URL: http://www.******.org/DependencyHandler.axd/be7d89d3ac6d5d93d82a38c14bb19400.0.css
Request path: /DependencyHandler.axd/be7d89d3ac6d5d93d82a38c14bb19400.0.css
User host address: **.***.**.***
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 48
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.ProcessRequestInternal(HttpContextBase context, String fileset, ClientDependencyType type, Int32 version, Byte[] outputBytes)
at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I've tried fiddling with various settings in the client resource management, resetting app pools, rebooting, etc. to no avail and Google and searches of these forums have brought no joy.
Any ideas of what might be causing this would be most helpful.
Thank you,
Dave