[Mono-bugs] [Bug 633466] Visual Studio generated web references won't compile (Settings designer)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 10 17:17:06 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=633466#c2


--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 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.


More information about the mono-bugs mailing list