Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm having an issue that seems to frequently occur in the middle of my development environment.

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

Are the messages that show up in my Debug of Visual Studio 2012. What will happen is my testing of a ASP.Net Webform will halt while this error is going on and for a short term fix I break my debugging and reenter debugging. Searching around for this type of error has not yielded any successful results and/or fixes, some insight would be appreciated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.