[Mono-bugs] [Bug 48071][Maj] Changed - MCS cannot compile code generated by the VS Web Services WSDL wizard

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Sep 2003 11:22:31 -0400 (EDT)


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 ravi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=48071

--- shadow/48071	2003-09-03 05:32:33.000000000 -0400
+++ shadow/48071.tmp.12326	2003-09-03 11:22:31.000000000 -0400
@@ -10,13 +10,12 @@
 Component: Misc
 AssignedTo: ravi@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: MCS cannot compile code generated by the VS Web Services WSDL wizard
 
 Please find attached the code generated by the VS SOAP WSDL import for the
 RedCoal SMS interface.
 
 The VS will compile that no problem, but the MCS :
@@ -52,6 +51,15 @@
 should work now. Am closing this bug.
 
 ------- Additional Comments From gkodinov@openlinksw.co.uk  2003-09-03 05:32 -------
 The mcs seems fixed now. Thanks.
 But what about the extra reference needed to  System.Web.Services
 (/r:System.Web.Services) as compared to MS.NET ?
+
+------- Additional Comments From ravi@ximian.com  2003-09-03 11:22 -------
+That issue is a separate one. AFAIK, right now, the set of core
+libraries that mcs pre-loads is not the same as CSC and I do not know if
+we should be pre-loading System.Web.Services.
+
+CCing Miguel on this.
+
+