R
Roberto Peña
Hi guys,
I'm developing an application for the windows ce 4.2, I'm using .Net Compact
Framework 2.0 SP2 (manually installed) , I'm comunicating with a server
using a simple WinSocket 2 protocol, it works nice, however I came across
some problems I cant call the Close method on the TcpClient object I'm using
to connect to the server, If I call this method, next time I create a
TcpClient I cant perform a read operation It will wait forever unless I
write more data into the stream; if I dont close the TcpClient object and I
just let it go out of scope it works fine, I'm a little worried about
leaking memory with this beahavior.
Has anyone experienced somthing like this?
A couple of more questions:
1- how do I specify the installation folder for the GAC in the
compactframework cab? it seems it always writes something to the windows
folder and I lost those files everytime I hard reset my device!
2- maybe somebody can tell me how can I force my device to connect to a
wireless network whenever it is on range
Thanks in advance!
-- Roberto
I'm developing an application for the windows ce 4.2, I'm using .Net Compact
Framework 2.0 SP2 (manually installed) , I'm comunicating with a server
using a simple WinSocket 2 protocol, it works nice, however I came across
some problems I cant call the Close method on the TcpClient object I'm using
to connect to the server, If I call this method, next time I create a
TcpClient I cant perform a read operation It will wait forever unless I
write more data into the stream; if I dont close the TcpClient object and I
just let it go out of scope it works fine, I'm a little worried about
leaking memory with this beahavior.
Has anyone experienced somthing like this?
A couple of more questions:
1- how do I specify the installation folder for the GAC in the
compactframework cab? it seems it always writes something to the windows
folder and I lost those files everytime I hard reset my device!
2- maybe somebody can tell me how can I force my device to connect to a
wireless network whenever it is on range
Thanks in advance!
-- Roberto