Solution for RPC with Compact .NET Framework

  • Thread starter Thread starter Lourenço Teodoro
  • Start date Start date
L

Lourenço Teodoro

I need to write a server that will run on the Compact .Net Framework. This
server will have to execute function calls requested from the client.
Because the .Net Remoting is not available in the Compact .Net Framework,
the only way that I thought was using sockets.

I would appreciate if anyone could suggest an easier solution.

Regards,
Lourenço.
 
Hi,

In addition to the article Alex suggested, this one is the follow up to it
explaining how use sockets.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp07172003.asp

If I think of something easier I will let you know.

Tom Krueger
Microsoft Corporation
Program Manager
http://weblogs.asp.net/tom_krueger

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top