Resource Assembly error

  • Thread starter Thread starter Adam Goetz
  • Start date Start date
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?
 
"localhost" means the local machine, so your PPC in this case, which likely
isn't running a web server.

-Chris
 
Ok, so what should I put for address if I want the unit to talk to a server
on the PC that it is ActiveSynced to?
 
Back
Top