[Mono-bugs] [Bug 52123][Wis] Changed - could not run a Web Service client for TestService.asmx
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Dec 2003 11:50:42 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52123
--- shadow/52123 2003-12-12 17:34:27.000000000 -0500
+++ shadow/52123.tmp.18663 2003-12-14 11:50:42.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52123
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: gonzalo@ximian.com
ReportedBy: javierdiazm@yahoo.com.mx
QAContact: mono-bugs@ximian.com
@@ -119,6 +119,15 @@
System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
(string,object[])
in <0x0005e> WebServiceTest.TestServiceSoap:Echo (string)
in <0x000b3> WebServiceTest.ServiceClientTest:Main (string[])
[javier@radeon test]$
+
+------- Additional Comments From gonzalo@ximian.com 2003-12-14 11:50 -------
+System.Configuration.ConfigurationException: Cannot load type
+'EncryptExtension, extensions' (node name: add)
+
+you should run xsp in the directory where it is installed. That Type
+is in an assembly that is created in xsp/test and installed in
+$prefix/share/doc/xsp/test/bin. If there's no bin directory or the
+assembly is not there, you get this error.