[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 13:03: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 lluis@ximian.com.

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

--- shadow/59674	2004-06-10 00:14:54.000000000 -0400
+++ shadow/59674.tmp.18370	2004-06-10 13:03:17.000000000 -0400
@@ -127,6 +127,17 @@
    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.
+
+------- Additional Comments From lluis@ximian.com  2004-06-10 13:03 -------
+So, if I understand it correctly, you get the error when running the
+mcs compiled assembly in Windows. I have two questions then:
+1) Does it work on Linux?
+2) Do you have BOTH ms.net 1.0 and ms.1.1 frameworks installed in your
+system? (in this case, you should have two entries in
+C:\WINDOWS\Microsoft.NET\Framework)
+
+If the answer to 2) is yes, try this: rename the folder "v1.0.3705" to
+"xxx", run the test, restore the folder name. Does it work doing this?