[Mono-bugs] [Bug 82840][Maj] New - Unhandled exception changes make xsp2 quit

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 13 13:12:59 EDT 2007


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 dna at informatik.uni-kiel.de.

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: lupus at ximian.com                            
+ReportedBy: dna at informatik.uni-kiel.de               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list