我的开发环境中似乎经常出现一个问题。

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 Caching while debugging - Request Timeout
  • While Debugging: ERROR: <DistributedCache.RoutingClient> SendMsgAndWait: Request TimedOut

  • 您正在使用 WebForm,虽然这些是 Azure 中的解决方案,但它们应该可以帮助您找到修复方法。

    另外,请确保您正在使用计算机缓存。

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

    希望这可以帮助!

    10-04 12:38