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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
