[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 18 19:03:00 EST 2010


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

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


Katherine Ye <kye at recursionsw.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kye at recursionsw.com

--- Comment #23 from Katherine Ye <kye at recursionsw.com> 2010-02-19 00:02:59 UTC ---
Hi,

I have just download monotouch 1.4.7 and build an iPhone app using monoDevelop
2.2.1. My app uses TcpClient. When the app run through wifi it runs fine. But
if I turn off the wifi and enable 3G, I got exception message:"No route to
host". The top of the stack trace is as follows:
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000]
in <filename unknown>:0 
Thu Feb 18 17:20:05 unknown UIKitApplication:com.recursionsw.vdemo[0xd6][342]
<Notice>:   at System.Net.Sockets.TcpClient.Connect (System.Net.IPEndPoint
remote_end_point) [0x00000] in <filename unknown>:0 
Thu Feb 18 17:20:05 unknown UIKitApplication:com.recursionsw.vdemo[0xd6][342]
<Notice>:   at System.Net.Sockets.TcpClient.Connect (System.Net.IPAddress
address, Int32 port) [0x00000] in <filename unknown>:0 
Thu Feb 18 17:20:05 unknown UIKitApplication:com.recursionsw.vdemo[0xd6][342]
<Notice>:   at ... ( left out)

My question is do I need something to make it work. Code snippet or example
will be great. 

Also curious on the answer for the Comment 19. 

Thanks

-- 
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.


More information about the mono-bugs mailing list