https://bugzilla.novell.com/show_bug.cgi?id=405574
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=405574#c18 --- Comment #18 from Marek Habersack <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
