N news.microsoft.com Aug 1, 2003 #1 I want to develop a app to send data to pc , like activesyn . Can i use .net remoting technology in CF ?
I want to develop a app to send data to pc , like activesyn . Can i use .net remoting technology in CF ?
G Ginny Caughey [MVP] Aug 1, 2003 #2 The compact framework doesn't support remoting. You might consider web servcies or sockets as an alternative.
The compact framework doesn't support remoting. You might consider web servcies or sockets as an alternative.
J Jeffrey Huntsman Aug 1, 2003 #3 You can access a remote object (running on regular .NET Framework), but you have to use SOAP from the CF. Jeff
You can access a remote object (running on regular .NET Framework), but you have to use SOAP from the CF. Jeff