G Guest Feb 4, 2004 #1 We are developing an application that uses Remoting, and want to know if it can be used in the .NETCF also.
We are developing an application that uses Remoting, and want to know if it can be used in the .NETCF also.
C Chris Tacke, eMVP Feb 4, 2004 #2 No. The CF doesn't support remoting. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Windows CE Product Manager Applied Data Systems www.applieddata.net Brian Cook said: We are developing an application that uses Remoting, and want to know if Click to expand... it can be used in the .NETCF also.
No. The CF doesn't support remoting. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Windows CE Product Manager Applied Data Systems www.applieddata.net Brian Cook said: We are developing an application that uses Remoting, and want to know if Click to expand... it can be used in the .NETCF also.
N Nestor Acha Feb 4, 2004 #3 2 options WS or Sockets Chris Tacke said: No. The CF doesn't support remoting. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Windows CE Product Manager Applied Data Systems www.applieddata.net it can be used in the .NETCF also. Click to expand...
2 options WS or Sockets Chris Tacke said: No. The CF doesn't support remoting. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Windows CE Product Manager Applied Data Systems www.applieddata.net it can be used in the .NETCF also. Click to expand...
P Peter Foot [MVP] Feb 5, 2004 #5 Web Services - your .NETCF client app can call a web service hosted by your server machine or a public web service by adding a Web Reference to your project. See here for more details:- http://msdn.microsoft.com/webservices/ http://msdn.microsoft.com/webservices/understanding/ Peter
Web Services - your .NETCF client app can call a web service hosted by your server machine or a public web service by adding a Web Reference to your project. See here for more details:- http://msdn.microsoft.com/webservices/ http://msdn.microsoft.com/webservices/understanding/ Peter
G Guest Feb 6, 2004 #6 Thanks Alex, it looks very interesting. I be reviewing it today Bria ----- Alex Yakhnin [MVP] wrote: ---- Take a look at this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp09182003.as - Alex Yakhnin, .NET CF MV www.intelliprog.com | www.opennetcf.or My CF Blog: http://blog.opennetcf.org/ayakhni ----- Brian Cook wrote: ---- We are developing an application that uses Remoting, and want to know if it can be used in the .NETCF also.
Thanks Alex, it looks very interesting. I be reviewing it today Bria ----- Alex Yakhnin [MVP] wrote: ---- Take a look at this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp09182003.as - Alex Yakhnin, .NET CF MV www.intelliprog.com | www.opennetcf.or My CF Blog: http://blog.opennetcf.org/ayakhni ----- Brian Cook wrote: ---- We are developing an application that uses Remoting, and want to know if it can be used in the .NETCF also.