AppFabric: Could not contact the cache service

后端 未结 1 544
耶瑟儿~
耶瑟儿~ 2020-12-02 21:17

Update: I have now implemented this properly. For more information see my blog post about it.

I\'m trying to use AppFabric with NHibernate as my sec

相关标签:
1条回答
  • 2020-12-02 21:41

    I think there are two possible culprits here:

    1. In your web.config under the hosts element, you're listing localhost - I'd try swapping that out for the actual server name tn-staylor-02

    2. That exception stack trace refers to CacheBaseLibrary - I don't know a great deal (read: anything!) about NHibernate but I would hazard a guess that that cache might not be built with the release version of AppFabric - CacheBaseLibrary was an assembly that appeared in the CTPs and betas but I didn't think it was used in the RTM version. Note that in the section element for dcacheclient, it refers to the Microsoft.ApplicationServer.Caching.Core assembly.

    0 讨论(0)
提交回复
热议问题