[Mono-bugs] [Bug 75414][Nor] Changed - Mono 1.1.8 Windows Installer
fails to run on Cygwin looking for machine.config
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 28 21:11:45 EDT 2005
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 danielmorgan at verizon.net.
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: mono-bugs at ximian.com
ReportedBy: danielmorgan at verizon.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -78,6 +78,23 @@
appSettingValue = ConfigurationSettings.AppSettings[appSettingName];
Console.WriteLine("App Setting for {0} is {1}", appSettingName,
appSettingValue);
}
}
+
+------- Additional Comments From danielmorgan at verizon.net 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>
+
More information about the mono-bugs
mailing list