M
Mark McKnight
Hi MS,
Please log this as a bug for .NET CF SP1, the Socket.Connect() method on
a PPC throws a "WSAStartup not called" exception.
I have to do:
WebRequest req = WebRequest.Create("http://www.hillcast.com/");
req.GetResponse().GetResponseStream();
Then:
tcpClient = new TcpClient(serverHost, serverPort);
NetworkStream ns = tcpClient.GetStream();
will work on the device.
Thanks,
Mark
Please log this as a bug for .NET CF SP1, the Socket.Connect() method on
a PPC throws a "WSAStartup not called" exception.
I have to do:
WebRequest req = WebRequest.Create("http://www.hillcast.com/");
req.GetResponse().GetResponseStream();
Then:
tcpClient = new TcpClient(serverHost, serverPort);
NetworkStream ns = tcpClient.GetStream();
will work on the device.
Thanks,
Mark