我遇到的问题似乎经常发生在我的开发环境中。
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的测试停止并进行短期修复我会中断调试并重新进入调试状态。搜索此类错误并未产生任何成功的结果和/或修复,我们将不胜感激。
答案 0 :(得分:0)
我进行了自己的搜索,并找到了相关的论坛帖子:
<DistributedCache.RoutingClient>
SendMsgAndWait: Request TimedOut 您正在使用WebForm,虽然这些是Azure中的解决方案,但它们应该可以帮助您找到修复程序。
此外,请确保您使用的是计算机缓存。
以下是AppFabric缓存的链接:http://www.hanselman.com/blog/InstallingConfiguringAndUsingWindowsServerAppFabricAndTheVelocityMemoryCacheIn10Minutes.aspx
希望这有帮助!