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=77681 --- shadow/77681 2006-03-01 11:04:13.000000000 -0500 +++ shadow/77681.tmp.9118 2006-03-01 11:04:13.000000000 -0500 @@ -0,0 +1,34 @@ +Bug#: 77681 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Win 2000 & linux +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Sys.XML +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Xml Serialization/Deserialization of enums not working + +The XmlSerializer class doesn't handle enum properties. Instead it throws +an exception: 'Element' is an invalid node type. + +Steps to reproduce the problem: +1. Run the attached aspx page (sorry it's not a regular app but the bug +occured in a web app, and this was the quickest path). + +Actual Results: +A System.Xml.XmlException. + +Expected Results: +Page should display the value of the enumeration specified in the XML +("NORMAL"). + +How often does this happen? +Always (consitent and reproducable) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
