http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c21


--- Comment #21 from Lorenzo Viola <i...@eulogika.net> 2010-01-28 18:39:08 UTC 
---
Hello
Now it's working better for me, but I don't know if it's completely resolved..

I too execute Runtime.StartWWAN(uri), but it's not enough

I had to add a cycle, that keeps trying to download what I need
(example an XML file, using a WebClient)

This is still not enough, as in the end quite strangely the only function that
really downloads what I need is the the following :

string myurl = "http://xxx.yyy.zzz";;
XDocument xdoc = null;
...
xdoc = XDocument.Load(myurl);


Any other function fails (if a connection to the provider is not really
established)

I feel that you should provide a working example of using WWAN on the
monotouch-samples.

Best Regards

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to