[Mono-bugs] [Bug 52228][Blo] Changed - Generated WSDL is not fully compatible with Visual Studio 2003
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Dec 2003 11:06:57 -0500 (EST)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52228
--- shadow/52228 2003-12-16 09:47:46.000000000 -0500
+++ shadow/52228.tmp.3211 2003-12-16 11:06:57.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52228
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: mordechait@mainsoft.com
QAContact: mono-bugs@ximian.com
@@ -81,6 +81,9 @@
------- Additional Comments From mordechait@mainsoft.com 2003-12-16 09:47 -------
I found what was wrong !
The programmer accidently wrote :
einfo.TypeData.Type.IsPrimitive
It should have been:
einfo.IsPrimitive
+
+------- Additional Comments From lluis@ximian.com 2003-12-16 11:06 -------
+Fixed in CVS. Thans!