Client Dependency System.ArgumentException: Could not parse the type set in the request
Hi All,
I've got some issues with Client Depenedy on Win 2008 R2 (64 bits). I didn't have this issue on Win 7.It throws the following error quite often:
System.ArgumentException: Could not parse the type set in the request
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)
Client Dependency System.ArgumentException: Could not parse the type set in the request
Hi All,
I've got some issues with Client Depenedy on Win 2008 R2 (64 bits). I didn't have this issue on Win 7.It throws the following error quite often:
System.ArgumentException: Could not parse the type set in the request
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)
Any ideas?
Thanks, M
check out
http://clientdependency.codeplex.com/workitem/13117
the following seems to have worked for me:
The AppPool identity was still NetworkServices.
Im having the same problem.
Is the workitem available on github?
I am getting this a lot in a v6.2.1 install. I'm using Application Pool Identity and so I don't think that is related. Did you manage to resolve it?
is working on a reply...