monodevelop 3.0.4.2 on windows and mono.2.10.8 issues with MVC4

穿精又带淫゛_ 提交于 2019-12-24 07:54:56

问题


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.

来源:https://stackoverflow.com/questions/11836287/monodevelop-3-0-4-2-on-windows-and-mono-2-10-8-issues-with-mvc4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!