[Mono-bugs] [Bug 80937][Maj] New - Mono can only find a 'ConfigurationFile' if it ends with ".config"

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 22 13:08:02 EST 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 jamie.cansdale at testdriven.net.

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

--- shadow/80937	2007-02-22 13:08:02.000000000 -0500
+++ shadow/80937.tmp.15688	2007-02-22 13:08:02.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 80937
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jamie.cansdale at testdriven.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono can only find a 'ConfigurationFile' if it ends with ".config"
+
+Description of Problem:
+
+Steps to reproduce the problem:
+1. AppDomainSetup setup = new AppDomainSetup();
+2. setup.ConfigurationFile = "config.tmp";
+3. AppDomain.CreateDomain("MyDomain", null, setup);
+ 
+
+Actual Results:
+The "config.tmp" file isn't used. Monitoring file activity using Filemon it
+appears to be looking for "config.tmp.config" rather than "config.tmp".
+
+
+Expected Results:
+When using .NET it loads the "config.tmp" file.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+
+I wasn't able to find the issue in the C# corlib code. I'll submit a patch
+with some unit tests.


More information about the mono-bugs mailing list