[Mono-bugs] [Bug 81224][Nor] Changed - ConfigurationManager is not in the System.Configuration namespace
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 26 04:38:40 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81224
--- shadow/81224 2007-03-24 16:08:54.000000000 -0500
+++ shadow/81224.tmp.11745 2007-03-26 03:38:40.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 81224
Product: Mono: Compilers
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: INVALID
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: vgiszpenc at dsci.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -35,6 +35,11 @@
//this line does not compile
string y =
System.Configuration.ConfigurationManager.AppSettings["y"].ToString();
}
}
+
+------- Additional Comments From gert.driesen at pandora.be 2007-03-26 03:38 -------
+You must add a reference to the System.Configuration assembly:
+
+gmcs /r:System.Configuration.dll ...
More information about the mono-bugs
mailing list