[Mono-bugs] [Bug 610453] Cannot use web interface after some time.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 1 01:43:56 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=610453

http://bugzilla.novell.com/show_bug.cgi?id=610453#c2


Kirill Yevstigneev <kyevstig at mfisoft.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|kyevstig at mfisoft.ru         |

--- Comment #2 from Kirill Yevstigneev <kyevstig at mfisoft.ru> 2010-06-01 05:43:55 UTC ---
Hello, Marek

I consider a posobility of upgrade mono to 2.6, but I guess that will not help.

In this file
svn://anonsvn.mono-project.com/source/tags/mono-2-6-4/mcs/class/System.Web.Extensions/System.Web.UI/ScriptManager.cs

Method ScriptManager.SetCurrent:

static void SetCurrent (Page page, ScriptManager instance) {
    page.Items [ScriptManagerKey] = instance;
    page.ClientScript.RegisterWebFormClientScript ();
}

But method RegisterWebFormClientScript is "internal".

In this file
svn://anonsvn.mono-project.com/source/tags/mono-2-6-4/mcs/class/System.Web/System.Web.UI/ClientScriptManager.cs

internal void RegisterWebFormClientScript ()
{
    if (_webFormClientScriptRequired)
        return;

    page.RequiresPostBackScript ();
    _webFormClientScriptRequired = true;
}


The same situation in 2.4.

Now I didn't understand how it can be compiled.

Marek, could explain this fact?

-- 
Configure bugmail: http://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