C
Canon EOS
Hi,
I am relatively new and recently wrote a application using C#, compact .net
framework on Pocket PC. Everything works accordingly in emulator from Visual
Studio .Net. It can connect to server and perform whatever logic according
to my requests.
The problem only arise when I test run the same application on Mini O2.
After narrowing down the problem, I found it always fail at the second line,
which is the connecting... and was catched...
TcpClient f_Client = new TcpClient();
f_Client.Connect("192.168.1.2", 8000);
I hope someone kind enought to give me some ideas of solutions or
suggestions. I thought emulator supposed to be like the real thing.... what
happen?
Thanks for reading.
I am relatively new and recently wrote a application using C#, compact .net
framework on Pocket PC. Everything works accordingly in emulator from Visual
Studio .Net. It can connect to server and perform whatever logic according
to my requests.
The problem only arise when I test run the same application on Mini O2.
After narrowing down the problem, I found it always fail at the second line,
which is the connecting... and was catched...
TcpClient f_Client = new TcpClient();
f_Client.Connect("192.168.1.2", 8000);
I hope someone kind enought to give me some ideas of solutions or
suggestions. I thought emulator supposed to be like the real thing.... what
happen?
Thanks for reading.