[Mono-devel-list] Making .NET Remoting compatible between Mono and Microsoft.NET

David Sahakian David.Sahakian at inewsroom.com
Tue Jun 10 10:31:55 EDT 2003


Hi all,
 
I've been experimenting with MS.NET <-> Mono 0.24 compatibility, and
I've seen the following two issues.  
 
1)       MS.Net has been at version 1.1 for some time now.  In MS.Net
1.1 Microsoft increased their default security settings so that ObjRefs
were not allowed as parameters on remoted calls.  Among other things,
this causes runtime failure of the sample code in the "Remoting" area of
the Mono Handbook.  You can get around this by setting your
deserialization level to "Full" instead of the default "Low".  See
http://www.gotdotnet.com/team/changeinfo/Backwards1.0to1.1/default.aspx#
00000153 for more on this issue.  
2)       Ref and out parameters don't seem to work at all across mono
remoting boundaries.  They do work in MS.NET.
 
Hope this helps,
-David
 
-----Original Message-----
From: Lluis Sanchez [mailto:lluis at ideary.com] 
Sent: Tuesday, June 10, 2003 8:10 AM
To: Bob Craig; Mono Development List
Cc: Candace Bain; David Sahakian; James Lyerly
Subject: Re: [Mono-devel-list] Making .NET Remoting compatible between
Mono and Microsoft.NET
 
Hi!
 
Since Mono 0.24 the TcpChannel is compatible with MS.NET, at least for
what we've been able to try. Please, try it. I'll be glad to help
solving the issues that arise.
 
- Lluis
 
----- Original Message ----- 
From: Bob Craig <mailto:Bob.Craig at inewsroom.com>  
To: Mono Development List <mailto:mono-devel-list at lists.ximian.com>  
Cc: Candace Bain <mailto:Candace_Bain at avid.com>  ; David Sahakian
<mailto:David.Sahakian at inewsroom.com>  ; James
<mailto:James.Lyerly at inewsroom.com>  Lyerly 
Sent: Friday, June 06, 2003 9:44 PM
Subject: [Mono-devel-list] Making .NET Remoting compatible between Mono
and Microsoft.NET
 
In the Mono Handbook in the chapter on Remoting, it states that "The
TcpChannel is working, but it is currently not compatible with MS' tcp
channel".  
 
This is something that is standing as a roadblock for some proof of
concept testing that we are trying to do with Mono.  We would like to
look into what is necessary to make this work across platforms and
hopefully contribute to the project.
 
Can anyone give us a primer on what may be wrong and the best way for us
to work toward a solution? 
 
Thanks,
 
Bob Craig
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030610/dfced2e4/attachment.html 


More information about the Mono-devel-list mailing list