https://bugzilla.novell.com/show_bug.cgi?id=633466
https://bugzilla.novell.com/show_bug.cgi?id=633466#c2 --- Comment #2 from Jonathan Pobst <[email protected]> 2010-09-10 21:17:06 UTC --- Here is the code we need to add to be able to compile: namespace System.Configuration { internal class ApplicationSettingsBase { public static ApplicationSettingsBase Synchronized (ApplicationSettingsBase settingsBase) { return settingsBase; } } } Obviously, this doesn't allow us to use VS-type settings, but it allows the empty settings file they add to compile. -- 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
