[Mono-bugs] [Bug 59674][Cri] New - eBay SOAP client built with csc works; same code kerplodes when built with mcs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 19:57:17 -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-06 19:57:17.000000000 -0400
+++ shadow/59674.tmp.762 2004-06-06 19:57:17.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 59674
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: win xp
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jeffreyp@well.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: eBay SOAP client built with csc works; same code kerplodes when built with mcs
+
+A simple command-line application to call the eBay SOAP API built with csc
+ works properly; the same code when built with mcs (beta 2) bites the dust
+at runtime ("Unhandled Exception: System.InvalidOperationException: Method
+eBayAPIInterfaceService.RelistItem can not be reflected. --->
+System.IO.FileNotFoundException: File or assembly name System.Web.Services,
+or one of its dependencies, was not found.").
+
+Steps to reproduce the problem:
+1. I've posted the source code to the project at
+http://mcmanus.typepad.com/grind/eBaySOAPMono.zip. Instructions on how to
+build and run this app can be found in a README file inside the zip.
+
+Actual Results:
+An exception (see above).
+
+Expected Results:
+The application should retrieve information about an eBay user account via
+the eBay API. (The csc-built version of this app does this properly.)
+
+How often does this happen?
+100% of the time.
+
+Additional Information:
+Please email me at jmcmanus@ebay.com if you need assistance tracking this down.