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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
