[Mono-bugs] [Bug 519442] New: Inconsistant serialization between Mono 2.4 and .NET 3.5 throwing InvalidOperationException
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jul 6 07:29:46 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=519442
Summary: Inconsistant serialization between Mono 2.4 and .NET
3.5 throwing InvalidOperationException
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: i686
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: ricardo.gladwell at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Third Party Developer/Partner
Description of Problem:
Serializing serializable classes with a property of type
System.Collections.Generic.IDictionary throws an
System.InvalidOperationException on Mono. On .NET this works fune.
Steps to reproduce the problem:
See attached test case code.
Actual Results:
Should see:
"<?xml version="1.0"?>
<TestSerializable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" />"
Expected Results:
Get System.InvalidOperationException thrown (see attached stack trace log).
How often does this happen?
Everytime.
Additional Information:
This is causing critical issues with the NHibernate API:
http://www.mail-archive.com/nhusers@googlegroups.com/msg09150.html
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list