Windows Azure Cache Preview

爷,独闯天下 提交于 2019-12-05 12:37:55

found the answer , in the webrole or workerrole properties, set the number of instances to minimum 2, this is the issue for me. got it resolved after 8 hours of debugging

I haven't seen this error personally so I'm taking a couple stabs in the dark...

Did you enable the caching preview in the role properties tab? That step sets up the "server" side of the caching solution.

You also need to make very sure that the names in the various configurations are consistent or the caching client won't be able to find the service. You should find one of these in the web.config in the dataCacheClient section. SPecifically the identifier attribute.

edymtt

For others that have the same problem, there are two other possible solutions in case the resolution proposed by Sundara Prabu does not work:

  1. simply reboot your computer, as suggested in this thread on MSDN forums;
  2. in the Regional Settings of Windows change the Long Time format to HH:mm:ss. As I discovered myself by reading this SO answer, the cache emulator calls logman.exe for logging purposes and in particular, it uses the cnf parameter, that requires a duration in the format HH:mm:ss. The cache emulator instead formats this duration using the Long Time format found in the Regional Settings -- in my case, using Italian settings under Windows 8 the format used was HH.mm.ss, thus causing the problem described in the question.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!