YAFLogo

vijayvelidi
  • vijayvelidi
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
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

Sponsor
erudisill
14 years ago
I am having the same problem. Just downloaded today and installed on our server. I know I have 3.5 installed because our primary applications are compiled against 3.5. Does anyone have a clue what is going on?
clee
  • clee
  • 51.2% (Neutral)
  • YAF Forumling
14 years ago
I am having the same problem.

I feel like it's something stupid that I am missing. 😊

Here is the error:

Server Error in '/forum' Application.

--------------------------------------------------------------------------------

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:

mydomain.com\forum\App_Code\YAF\Modules\PagePopupModule.cs Line: 231

Here are my app settings:

Here is another error:

Server Error in '/forum' Application.

--------------------------------------------------------------------------------

Unable to find a theme to load. Last attempted to load "yafpro.xml" but failed.

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.Exception: Unable to find a theme to load. Last attempted to load "yafpro.xml" but failed.

Source Error:

Line 417: string src = string.Format("{0}pages/{1}.ascx", m_baseDir, this._page);

Line 418:

Line 419: string controlOverride = YafContext.Current.Theme.GetItem("PAGE_OVERRIDE", this._page.ToString(), null);

Line 420:

Line 421: if (!String.IsNullOrEmpty(controlOverride))

Source File: \mydomain.com\forum\App_Code\YAF\Forum.cs Line: 419

😕

clee
  • clee
  • 51.2% (Neutral)
  • YAF Forumling
14 years ago