While im trying to install YAF
Method not found: 'System.Web.UI.CompositeScriptReference System.Web.UI.ScriptManager.get_CompositeScript()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'System.Web.UI.CompositeScriptReference System.Web.UI.ScriptManager.get_CompositeScript()'.
Source Error:
Line 229: {
Line 230: // init the popup first...
Line 231: base.OnInit(e);
Line 232:
Line 233: // make a few changes for this type of modal...
Source File: d:\YAF\App_Code\YAF\Modules\PagePopupModule.cs Line: 231
Stack Trace:
[MissingMethodException: Method not found: 'System.Web.UI.CompositeScriptReference System.Web.UI.ScriptManager.get_CompositeScript()'.]
DNA.UI.ClientScriptManager.AddCompositeScript(Control control, ScriptReference scriptReference) +0
DNA.UI.ClientScriptManager.AddCompositeScript(Control control, String name, String assembly) +41
DNA.UI.JQuery.Dialog.OnInit(EventArgs e) +191
YAF.Modules.PopupDialogNotification.OnInit(EventArgs e) in d:\YAF\App_Code\YAF\Modules\PagePopupModule.cs:231
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.AddedControl(Control control, Int32 index) +221
System.Web.UI.ControlCollection.Add(Control child) +146
YAF.Modules.PagePopupModule.AddErrorPopup() in d:\YAF\App_Code\YAF\Modules\PagePopupModule.cs:103
YAF.Modules.PagePopupModule.ForumControl_Init(Object sender, EventArgs e) in d:\YAF\App_Code\YAF\Modules\PagePopupModule.cs:89
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnInit(EventArgs e) +99
System.Web.UI.UserControl.OnInit(EventArgs e) +74
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433