On 07/14/07 Robert Smallshire wrote:
> The following program, which simply constructs a TcpChannel object fails on
> Mono 1.2.4 with a SocketException.
> 
> using System.Runtime.Remoting.Channels.Tcp;
> namespace Test {
>     class Program {
>         static void Main(string[] args) {
>             TcpChannel channel = new TcpChannel(1234);
>         }
>     }
> }
> 
> Unhandled Exception: System.Net.Sockets.SocketException: No such host is
> known
>   at System.Net.Dns.hostent_to_IPHostEntry (System.String h_name,
> System.String[] h_aliases, System.String[] h_addrlist) [0x00000] 
>   at System.Net.Dns.GetHostByName (System.String hostName) [0x00000] 

Could you file this info in a bugzilla bug report so that it can be
tracked?

Thanks!

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to