Re: .NET Remoting on Compact Framework



On Mon, 29 May 2006 09:12:36 -0400, jldearmas@xxxxxxxxx wrote:

At Microsoft documentation is very clear that CF do not support .NET
Remoting but... is there a solution from 3rth party or an open source
project in order to allow use remote objects from CF. I only need to use
remote objects running in .NET (desktop edition)

No that i am aware of. Genuine Channels (<http://www.genuinechannels.com>)
have had a new product called Genuine Connectivity in the pipeline for
quite a while now. It's supposed to be a replacement for .NET Remoting that
works just like .NET Remoting but with more functionnality and support for
..NET CF, Java... It is in beta version so you could send them an email to
ask if you could be part of the beta testers. You'll find more info about
it in their roadmap: <http://www.genuinechannels.com/Content.aspx?type=4>
I have no idea whether support of CF has been already implemented or not
though.

Frankly, it would probably be better, at least for the moment, to try and
find another solution. Maybe exposing you remote objects via a web service
could be a solution.
.



Relevant Pages

  • Re: Remoting
    ... .Net remoting provides a nice interface to support configuration changes ... message from a server... ... If the client is ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Remoting
    ... .Net remoting provides a nice interface to support configuration changes ... message from a server... ... If the client is ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Remoting
    ... .Net remoting provides a nice interface to support configuration changes ... message from a server... ... If the client is ...
    (microsoft.public.dotnet.framework)
  • Re: Security Implementation
    ... the Microsoft's WebService Enhancement WSE has provide the ... REmoting is a very basic implementation which just ... through the custom ChannelSink in .net remoting. ... Channel Sink ...
    (microsoft.public.dotnet.general)
  • Re: .NET Remoting and Load balancing
    ... Configurations That Microsoft Supports for Microsoft .NET Remoting ... These articles state two important things: ... You can only load balance SingleCall SAOs. ...
    (microsoft.public.dotnet.distributed_apps)

Loading