https://bugzilla.novell.com/show_bug.cgi?id=391782
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=391782#c1 --- Comment #1 from Michael Schmitz <[EMAIL PROTECTED]> 2008-05-22 13:45:02 MST --- This seems to be a difference in the xml string name for the types. In .NET, the type is called "TimeSpan". In OLIVE the type is called "duration". By changing all strings "duration" to "TimeSpan" in the KnownTypesConnection.cs, I was able to communicate TimeSpans between .NET and MONO correctly. I am sure that someone could keep "duration" but add "TimeSpan" so that both worked. This would ensure compatibility with .NET and OLIVE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
