[Mono-bugs] [Bug 79466][Maj] Changed -	System.InvalidOperationException when trying to deserialize	string to enum constant
    bugzilla-daemon at bugzilla.ximian.com 
    bugzilla-daemon at bugzilla.ximian.com
       
    Fri Sep 22 14:35:30 EDT 2006
    
    
  
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 aa at pla.net.py.
http://bugzilla.ximian.com/show_bug.cgi?id=79466
--- shadow/79466	2006-09-22 14:20:58.000000000 -0400
+++ shadow/79466.tmp.32437	2006-09-22 14:35:30.000000000 -0400
@@ -141,6 +141,16 @@
 This is muy xml output...
 
 <MyTestClass xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-
 instance"><Name>Anibal</Name><Version>_x0036_.6.0</Version></MyTestCl
 ass>
+
+------- Additional Comments From aa at pla.net.py  2006-09-22 14:35 -------
+Another information, when I run the same assembly using the .net 
+framework I get the espected result (correct version string)..
+
+<MyTestClass xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-
+instance"><Name>Anibal</Name><Version>6.6.0</Version></MyTestClass>
+
+thanks.
    
    
More information about the mono-bugs
mailing list