I created a new website for YAF that runs on port 8080.
I went through the initial wizard to configure everything which worked fine.
When I try to access the forum via
www.mywebsite.com:8080 I get the following error.
I also checked to make sure that the ASP.Net version is set to 2.0.50727.
It is runnin in windows server 2003
IIS 6.0
Any help would be greatly appreciated.
Server Error in '/' 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 155: {
Line 156: // init the popup first...
Line 157: base.OnInit( e );
Line 158: // make a few changes for this type of modal...
Line 159: ShowModal = true;
Source File: c:\Projects\YAF\App_Code\YAF\Modules\PagePopupModule.cs Line: 157
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 c:\Projects\YAF\App_Code\YAF\Modules\PagePopupModule.cs:157
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 c:\Projects\YAF\App_Code\YAF\Modules\PagePopupModule.cs:76
YAF.Modules.PagePopupModule.ForumControl_Init(Object sender, EventArgs e) in c:\Projects\YAF\App_Code\YAF\Modules\PagePopupModule.cs:62
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