[Mono-bugs] [Bug 82655][Wis] Changed - Not Implemented in System.Configuration.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Sep 1 07:03:49 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 surfzoid2002 at yahoo.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=82655

--- shadow/82655	2007-09-01 06:58:40.000000000 -0400
+++ shadow/82655.tmp.15515	2007-09-01 07:03:49.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 82655
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: Mandriva cooker 2007/2008
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: interop
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: surfzoid2002 at yahoo.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -66,6 +66,19 @@
 
                 config.AppSettings.Settings.Add("RtsEnable",
 this.ChckRtsEnable.Checked.ToString());
 
                
 config.SaveAs(config.AppSettings.File,ConfigurationSaveMode.Full);
+
+------- Additional Comments From surfzoid2002 at yahoo.fr  2007-09-01 07:03 -------
+I forget a important part of the code.
+I define the path like this :
+
+  System.Configuration.Configuration config =
+ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
+
+     config.AppSettings.File = Application.UserAppDataPath +
+FolderSeparator() +  Application.ProductName + ".config";
+
+         
+


More information about the mono-bugs mailing list