[Mono-bugs] [Bug 405574] ConfigurationManager. OpenExeConfiguration incompatibility with .NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 9 15:45:15 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=405574

User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=405574#c18





--- Comment #18 from Marek Habersack <mhabersack at novell.com>  2008-07-09 13:45:15 MDT ---
(In reply to comment #17 from Gert Driesen)
> Rodrigo,
> 
> I've added a test for a custom IConfigurationSectionHandler to my repro (in
> gert/...), and on MS I again get the path to the web.config.
> 
> After your changes (r107427), I get the path to the calling assembly's shadow
> copy (with .config suffix) but this does not match MS.
> 
> Finally after Marek's changes (r107569), I get the same result on both MS and
> Mono in ASP.NET. Can you verify whether the application of the customer still
> works fine after r107569? Could you have them check in what way my repro
> differs from their app?
It runs correctly now. The difference is that without my kludge, a config file
would be sought in the location where the shadow copy of the entry/calling
assembly is, while for ASP.NET it should always be sought in the ASP.NET
application root dir.

> 
> Note:
> 
> Your changes did break standalone test t46 (in
> mcs/class/System.Configuration/Test/standalone), but fixing a real-life
> application is of course more important than this test.
> 


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list