A
Adam Goetz
I hope that this is a nice easy one
I'm just trying my first CF Tcp app. Whenever I try to execute
TcpClient client = new TcpClient();
client.Connect("localhost", 9945);
I get an exception with message of
"Could not find resource assembly"
So, what have I done wrong?
I'm just trying my first CF Tcp app. Whenever I try to execute
TcpClient client = new TcpClient();
client.Connect("localhost", 9945);
I get an exception with message of
"Could not find resource assembly"
So, what have I done wrong?