[Mono-bugs] [Bug 82400][Nor] New - DateTime binary serialization incompatible with MS.NET 2.0

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 10 14:43:19 EDT 2007


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 jaebird at gmail.com.

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

--- shadow/82400	2007-08-10 14:43:19.000000000 -0400
+++ shadow/82400.tmp.31620	2007-08-10 14:43:19.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 82400
+Product: Mono: Class Libraries
+Version: 1.2
+OS: other
+OS Details: Windows and Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jaebird at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DateTime binary serialization incompatible with MS.NET 2.0
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+This problem exposes itself when using DateTime as a parameter of a remote
+method. I was using the server on the linux/mono side with the client on
+the windows/.net side
+
+
+Steps to reproduce the problem:
+1. Create a remote server that has a method that takes a DateTime
+2. Run the client on the windows machine and make the call
+
+
+Actual Results:
+Throws a ArgumentOutOfRangeException
+
+Expected Results:
+Pass the DateTime object successfully
+
+How often does this happen? 
+Every Time
+
+Additional Information:
+When remoting with HTTP the soap serialization words fine, this only
+affects the TCP channel


More information about the mono-bugs mailing list