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

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


Kirill Yevstigneev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|[email protected]         |

--- Comment #2 from Kirill Yevstigneev <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to