[Mono-bugs] [Bug 75575][Wis] New - Problem with MS.NET and Mono with Remoting

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 18 10:35:32 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=75575

--- shadow/75575	2005-07-18 10:35:32.000000000 -0400
+++ shadow/75575.tmp.11714	2005-07-18 10:35:32.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 75575
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem with MS.NET and Mono with Remoting
+
+I've an issue with a Mono .NET Remoting server and a MS.NET (windows 2003)
+client...
+
+Description of Problem:
+I've got a NullReference Exception when dealing with Collection of objects :
+
+Exception non gérée : System.NullReferenceException: Object reference not
+set to
+ an instance of an object
+
+Server stack trace:
+in <0x00015> System.Collections.CollectionBase:GetEnumerator ()
+in <0x0001e> IntranetEngineServer.CServerManager:truc
+(IntranetEngineServer.Cont
+ainer C)
+in <0x00000> <unknown method>
+in (wrapper managed-to-native)
+System.Runtime.Remoting.RemotingServices:Internal
+Execute (System.Reflection.MethodBase,object,object[],object[]&)
+in <0x00199>
+System.Runtime.Remoting.RemotingServices:InternalExecuteMessage (Sy
+stem.MarshalByRefObject target, IMethodCallMessage reqMsg)
+
+Exception rethrown at [0]:
+   at
+System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage req
+Msg, IMessage retMsg)
+   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
+msgDa
+ta, Int32 type)
+   at IntranetEngineServer.CServerManager.truc(Container C)
+   at MainClass.Main(String[] args)
+
+I've no problems with a Mono Server and a Mono Client...
+
+Steps to reproduce the problem:
+1. Use the small tests case included (monodevelop)
+you just have to change the IP adress of the server on the client program


More information about the mono-bugs mailing list