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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 2 10:35:54 EDT 2008


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

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=405574#c3


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |gert.driesen at pandora.be
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #3 from Gert Driesen <gert.driesen at pandora.be>  2008-07-02 08:35:54 MDT ---
Miguel, your workaround was actually incomplete.

I've added a standalone test case (see test t46 in
mcs/class/System.Configuration/Test/standalone) that shows we should default to
the configuration file of the current appdomain
(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile) when exePath is
null or an empty string.

The attached patch fixes our implementation to match that of MS, and
adds/improves a few unit tests. It also fixes the t46 standalone 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.
You are the assignee for the bug.


More information about the mono-bugs mailing list