[Mono-bugs] [Bug 59674][Cri] Changed - eBay SOAP client built with csc works; same code kerplodes when built with mcs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Jun 2004 00:14:54 -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 jeffreyp@well.com.

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

--- shadow/59674	2004-06-09 00:37:13.000000000 -0400
+++ shadow/59674.tmp.11664	2004-06-10 00:14:54.000000000 -0400
@@ -122,6 +122,11 @@
 mporter soapImporter, String defaultNs)
    at System.Web.Services.Protocols.SoapClientType..ctor(Type type)
    at System.Web.Services.Protocols.SoapHttpClientProtocol..ctor()
    at eBayAPIInterfaceService..ctor()
    at eBay.eBay.ConfigureService()
    at eBay.eBay.Main(String[] args)
+
+------- Additional Comments From jeffreyp@well.com  2004-06-10 00:14 -------
+Per miguel's suggestion I tried to build this app using
+/r:System.Web.Services instead of /r:System.Web.Services.dll and the
+same error occurred at runtime.