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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -35,6 +35,11 @@ //this line does not compile string y = System.Configuration.ConfigurationManager.AppSettings["y"].ToString(); } } + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-26 03:38 ------- +You must add a reference to the System.Configuration assembly: + +gmcs /r:System.Configuration.dll ... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
