Monotouch 5.2.11 Eval Version (testing it out)
On the simulator whatever images I am trying to load I get this error:
Error fetching picture for [url to image] to....
Problem with [url to image] System.Net.WebException: The request timed out
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00046] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/HttpWebRequest.cs:824
at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/HttpWebRequest.cs:836
at MonoTouch.Dialog.Utilities.ImageLoader.Download (System.Uri uri, System.String target) [0x00038]
The [url to image] works fine, I can actually type in the url on the simulator browser and it loads.. I've downloaded the Monotouch.Dialog project and increased the request timeout to 100000 which doesn't seem to do much.
Any suggestions?