开发环境分布式缓存.路由客户端错误



我遇到了一个似乎经常发生在开发环境中的问题。

iisexpress.exe Error: 0 : ERROR: <DistributedCache.RoutingClient> e4600bc4-bf61-47d7-afb6-cc265b30ff07:SendMsgAndWait: Request TimedOut, msgId = 527
iisexpress.exe Error: 0 : ERROR: <DistributedCache.RoutingClient> 493e6310-08db-48d0-bc38-767ad14d7dce:SendMsgAndWait: Request TimedOut, msgId = 528
iisexpress.exe Error: 0 : ERROR: <DistributedCache.RoutingClient> 9a9613c0-4459-45b8-8986-ff0a779f532f:SendMsgAndWait: Request TimedOut, msgId = 536
iisexpress.exe Error: 0 : ERROR: <DistributedCache.RoutingClient> 0732f7e8-58b5-4ab1-b506-e65b138e296d:SendMsgAndWait: Request TimedOut, msgId = 535

是出现在我的Visual Studio 2012调试中的消息。将发生的情况是,当此错误发生时,我对 ASP.Net Webform的测试将停止,并且对于短期修复,我中断了调试并重新进入调试。四处搜索此类错误尚未产生任何成功的结果和/或修复,一些见解将不胜感激。

我做了自己的搜索,我找到了那些相关的论坛帖子:

  • Windows Azure Aching at Debugging - Request Timeout。
  • 调试时: 错误: <DistributedCache.RoutingClient>发送Msg和等待: 请求超时

你正在使用 WebForm,尽管这些是 Azure 中的解决方案,但它们应该可以帮助你找到修复程序。

另外,请确保您使用的是计算机缓存。

以下是 AppFabric 缓存的链接:http://www.hanselman.com/blog/InstallingConfiguringAndUsingWindowsServerAppFabricAndTheVelocityMemoryCacheIn10Minutes.aspx

希望这有帮助!

相关内容

最新更新