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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81443 --- shadow/81443 2007-04-24 16:25:46.000000000 -0400 +++ shadow/81443.tmp.23871 2007-04-24 16:25:46.000000000 -0400 @@ -0,0 +1,48 @@ +Bug#: 81443 +Product: Mono: Runtime +Version: 1.2 +OS: other +OS Details: openSUSE 10.2 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: packaging +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: xsp2 web services in mono 1.2.4 preview + +Description of Problem: +Basically, problem is described here: +http://lists.ximian.com/pipermail/mono-list/2007-April/034836.html +xsp2 doesn't work with web services in mono 1.2.4 preview + +Steps to reproduce the problem: +1. Install mono 1.2.4 preview from here: +http://mono.ximian.com/monobuild/preview/download-preview/ + +2. Create file test.asmx with the following content: + +<%@ WebService Language="C#" Class="Test.TestWebService" %> +using System.Web.Services; +namespace Test +{ + public class TestWebService: WebService + { + [WebMethod] + public int TestWebMethod() + { + return 1; + } + } +} + +3. Run xsp2 (or xsp) in this directory +3. Point browser to localhost:8080/ + +Actual Results: +Runtime Error _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
