Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • maciej 15 posts 36 karma points
    Mar 06, 2012 @ 11:01
    maciej
    0

    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

     



     

  • Justin Moore 41 posts 100 karma points
    Jul 03, 2013 @ 10:46
    Justin Moore
    0

    check out

    http://clientdependency.codeplex.com/workitem/13117

    the following seems to have worked for me:

    The AppPool identity was still NetworkServices. 

    • In IIS7 go to your sitecontainer and click on authentication.
    • Right Click anonymous authentication and choose edit.
    • Click the radio button to 'Application Pool Identity'
  • Anders Brohäll 295 posts 561 karma points c-trib
    Oct 17, 2013 @ 10:44
    Anders Brohäll
    0

    Im having the same problem.

    Is the workitem available on github?

  • Simon Dingley 1474 posts 3431 karma points c-trib
    Sep 24, 2014 @ 09:29
    Simon Dingley
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft