Hello,
I am having issues with installation. All seemed to go according to plan until the very last step when it tries to open the forum for the first time. I am getting the following YSOD:
Server Error in '/forum' Application.
Method not found: 'System.Runtime.CompilerServices.CallSiteBinder Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags, System.Type, System.Type)'.
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.Runtime.CompilerServices.CallSiteBinder Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags, System.Type, System.Type)'.
Stack Trace:
[MissingMethodException: Method not found: 'System.Runtime.CompilerServices.CallSiteBinder Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags, System.Type, System.Type)'.]
YAF.Core.LoadPageFromDatabase.Handle(InitPageLoadEvent event) +0
YAF.Core.<>c__DisplayClass4`1.<Raise>b__0(IHandleEvent`1 x) +45
System.Collections.Generic.List`1.ForEach(Action`1 action) +145
YAF.Core.ServiceLocatorEventRaiser.Raise(T eventObject) +297
YAF.Core.YafContext.InitUserAndPage() +399
YAF.Core.UserPageBase.get_Page() +81
YAF.Core.UserPageBase.get_PageUserID() +15
YAF.ForumPageBase.Page_Error(Object sender, EventArgs e) +94
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.TemplateControl.OnError(EventArgs e) +8766062
System.Web.UI.Page.HandleError(Exception e) +86
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8422
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +253
System.Web.UI.Page.ProcessRequest() +78
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Have I missed something in the installation?
I am running on Win 2K3 Server with IIS 6.0 with .NET 4.02
Database: SQLExpress 2008
Edited by user
2012-08-04T23:18:25Z
|
Reason: Not specified