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=82840 --- shadow/82840 2007-09-13 13:12:59.000000000 -0400 +++ shadow/82840.tmp.18131 2007-09-13 13:12:59.000000000 -0400 @@ -0,0 +1,31 @@ +Bug#: 82840 +Product: Mono: Runtime +Version: unspecified +OS: GNU/Linux [Other] +OS Details: Ubuntu feisty +Status: NEW +Resolution: +Severity: +Priority: Major +Component: JIT +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: Unhandled exception changes make xsp2 quit + +Using version 1.2.5 (/trunk/ r85727). + +Xsp2 quits without any error message when serving a ASP.NET page with a +Ajax Script Service. (Like the AjaxControlToolkit SlideShowExtender Samplepage) + +If i add a xsp2.exe.config to xsp2.exe with the content: +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <runtime> + <legacyUnhandledExceptionPolicy enabled="1"/> + </runtime> +</configuration> + +the problem is gone. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
