[Mono-bugs] [Bug 471289] ApplicationSettingsBase class writes faulty user.config files
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 4 05:34:21 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=471289
User thomas.klose at hiperscan.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=471289#c1
Thomas Klose <thomas.klose at hiperscan.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 - None |P3 - Medium
CC| |thomas.klose at hiperscan.com
Version|1.9 |2.2.x
OS/Version|Ubuntu |All
--- Comment #1 from Thomas Klose <thomas.klose at hiperscan.com> 2009-02-04 03:34:20 MST ---
I just found that .net 3.5 does not use a dot between the namespace and the
class name. It uses "_x002B_" which probably stands for "+".
Thus a correct user.config should look like this:
<ConfigurationBug.MainClass_x002B_Settings>
However, I tried this with mono 2.2. The application starts without exception
but the configuration is not considered.
--
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