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

--- shadow/75414        2005-06-28 20:58:36.000000000 -0400
+++ shadow/75414.tmp.12450      2005-06-28 21:11:45.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 75414
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Windows XP SP2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: packaging
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -78,6 +78,23 @@
                appSettingValue = 
ConfigurationSettings.AppSettings[appSettingName];
 
                Console.WriteLine("App Setting for {0} is {1}", appSettingName,
 appSettingValue);              
        }
 }
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-06-28 21:11 -------
+Here is the WinTest.exe.config to go with the test case:
+
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+       <configSections>
+       </configSections>
+       <appSettings>
+               <add key="PubsConnStr"
+value="factory=System.Data.SqlClient;server=speedy;database=pubs;uid=sa;pwd=mypassword"
+/>
+               <add key="OraConnStr" 
value="factory=System.Data.OracleClient;data
+source=testdb;user id=scott;password=tiger" />
+       </appSettings>
+</configuration>
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to