[Mono-bugs] [Bug 77562][Maj] Changed - Missing interface implementation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 3 15:48:56 EST 2006


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 at ximian.com.

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: gonzalo at ximian.com                            
 ReportedBy: develop at blr.hu               
 QAContact: mono-bugs at ximian.com
@@ -336,6 +336,27 @@
 
 Thanks!
  
 
 ------- Additional Comments From gonzalo at ximian.com  2006-03-03 15:45 -------
 *** Bug 77619 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From gonzalo at ximian.com  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).


More information about the mono-bugs mailing list