[Mono-dev] COM Interop, or something like it

Kornél Pál kornelpal at hotmail.com
Fri Aug 26 18:03:37 EDT 2005


Remoting itself is compatible but the internal structure of classes has to
be the same on both runtimes to allow object remoting. This means that you
may want use classes that are not compatible with .NET. (It's easy to notice
as you will get exceptions when receiving the object.) Then you can file a
bug report or you may want to fix it and contribute it to Mono.

But I (and others on the list) suggest to use web services instead as it is
a much more standardized interop (and remoting) layer as remoting may change
version to version but web services are guaranteed to work.

Kornél

----- Original Message -----
From: "Agustin.PHP Casiva" <casivaagustin at gmail.com>
To: <mono-devel-list at lists.ximian.com>
Sent: Friday, August 26, 2005 10:30 PM
Subject: Re: [Mono-dev] COM Interop, or something like it


Its compatible the Microsoft implementation of Remoting with the Mono
implementation???.

--
Casiva Agustin, Desarrollador de Sistemas
Cel: 03722-15554267
WebPage: www.casivaagustin.com.ar <http://www.casivaagustin.com.ar>
MSN: casivaagustin at gmail.com



--------------------------------------------------------------------------------


> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>




More information about the Mono-devel-list mailing list