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=77562

--- shadow/77562        2006-03-03 15:45:13.000000000 -0500
+++ shadow/77562.tmp.4466       2006-03-03 15:48:56.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 77562
 Product: Mono: Tools
 Version: 1.1
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: XSP
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -336,6 +336,27 @@
 
 Thanks!
  
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-03-03 15:45 -------
 *** Bug 77619 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-03-03 15:48 -------
+The simplest test I came up with based on the information provided
+here is:
+-----index.aspx ------
+<%@ Page language="c#" %>
+<script runat="server">
+        void Page_Load ()
+        {
+                object o = ConfigurationSettings.GetConfig
+("system.net/settings");
+                Console.WriteLine (o.GetType ());
+        }
+</script>
+-----------------------
+
+This one runs successfully with xsp and xsp2 using svn HEAD.
+The last released version is 1.1.13.4. If anyone can test with that
+one and reproduce the problem, please reopen and tell me if my test
+case is enough to reproduce it (otherwise, a simple test case that
+does not require a DB would be appreciated).
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to