Appfabric Error: ErrorCode<ERRCMC0003>:SubStatus<ES0001>:Error in client configuration file

StackOverflow https://stackoverflow.com/questions/10389973

Вопрос

I am getting this error when trying to use caching for app fabric. I was following the example given in this article.

ErrorCode:SubStatus:Error in client configuration file.

"An error occurred creating the configuration section handler for dataCacheClient: Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Core' or one of its dependencies. The system cannot find the file specified. (C:\Projects\TestResults\test 2012-04-30 14_51_12\Out\Tests.DLL.config line 5)" here is the text from line 5: " "

Это было полезно?

Решение 2

It turns out that this error was caused by the referencing of two different versions of the Windows Azure SDK. I ended up using the nuget reference to ServerAppFabric.Client from all my projects and this issue was resolved.

Другие советы

I would like to know whether you’re using the latest Windows Azure SDK (which includes AppFabric). You can get it from http://www.windowsazure.com/en-us/develop/downloads/. Moreover, the article you’re referencing is a bit old. There’re some break changes in later CTPs of caching service. For an up to date version of caching tutorial, I would like to suggest you to check http://msdn.microsoft.com/en-us/wazplatformtrainingcourse_buildingappswithcacheservice_topic3#_Toc310505080.

Best Regards,

Ming Xu.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top