monodevelop 3.0.4.2 on windows and mono.2.10.8 iss

2019-08-13 19:25发布

问题:

I'm happily bin deploying an mvc4 beta website with monodevelop to appharbor on my mac and its a nice experience.

However I decided to fire up my windows machine and use the same tooling to work on windows and well its not quite as smooth.

Debugging using the monosoft debugger I get the following error:

System.Net.WebException: The request timed out at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult) [0x00046] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\HttpWebRequest.cs:824 at System.Net.HttpWebRequest.GetResponse () [0x0000e] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\HttpWebRequest.cs:836

I have tried every type of WebRequest/WebClient combo to get round this but the timeout is immediate. the same code on mac o/s is fine and works ok in production.

I have installed mozroots --sync and have tried every stable and beta/alpha version of the framework and monodevelop on windows and I just cant get a working development environment going.

If anyone has any ideas I would be grateful.