Unanswered AppFabric wont run on w2k8

  • Tuesday, July 17, 2012 12:02 PM
     
     

    I have an application which acts as an appfabric client running on another server. The app runs fine on w2k3 but not on w2k8.

    It always gives this error:

    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.ApplicationServer.Caching.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

    Im running out of options. Ive tried copying the dlls's to system32 directory, installed appfabric cache client, regasm, copy them to a certain dir.

    What can I do?

All Replies

  • Tuesday, July 24, 2012 6:31 AM
     
     
    fixed. putting the client dlls in a folder that was in the path was not enough, had to put them in the current work dir of the client application
  • Friday, August 17, 2012 9:16 AM
     
     

    I solved it!

    In my case the problem was with Microsoft.Web.DistributedCache.dll

    Here is the solution