Running site locally and cannot get it to load, it just displays a blank page that says, "The web site doesn't contain any content. Sign in to administration and edit the content."
When I click administration and log in using my credentials I get this error message:
Server Error in '/' Application.
Task type 'CMS.DataEngine.DictionaryCommandWebFarmTask' is not supported. The task needs to be registered using CMS.Helpers.WebFarmHelper.RegisterTask method.
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.NotSupportedException: Task type 'CMS.DataEngine.DictionaryCommandWebFarmTask' is not supported. The task needs to be registered using CMS.Helpers.WebFarmHelper.RegisterTask method.
Source Error:
Line 506: try
Line 507: {
Line 508: e.Authenticated = Membership.Provider.ValidateUser(Login1.UserName, Login1.Password);
Line 509: }
Line 510: catch (ConfigurationException ex)
Source File: C:\TQLSite\tql-tql.com\CMS\CMSPages\logon.aspx.cs Line: 508
Stack Trace:
[NotSupportedException: Task type 'CMS.DataEngine.DictionaryCommandWebFarmTask' is not supported. The task needs to be registered using CMS.Helpers.WebFarmHelper.RegisterTask method.]
CMS.WebFarmSync.WebFarmTaskManager.SerializeDataInternal(WebFarmTaskBase data) +237
CMS.WebFarmSync.WebFarmTaskCreator.CreateTaskInternal(WebFarmTaskBase task) +285
CMS.WebFarmSync.WebFarmService.CreateTask(WebFarmTaskBase task) +36
CMS.DataEngine.ProviderDictionary2.Add(TKey key, TValue value, Boolean logTask) +137
CMS.DataEngine.AbstractInfoProvider
3.UpdateObjectInHashtables(TInfo info) +138
CMS.DataEngine.AbstractInfoBase1.UpdateData() +349
CMS.DataEngine.AbstractInfoProvider
3.SetInfo(TInfo info) +741
CMS.Membership.UserInfoProvider.SetUserInfoInternal(UserInfo user) +613
CMS.Membership.AuthenticationHelper.FinalizeAuthenticationProcess(UserInfo user, Int32 siteId) +273
CMS.Membership.AuthenticationHelper.AuthenticateUser(String userName, String password, String siteName, Boolean login, AuthenticationSourceEnum source) +1536
CMS.MembershipProvider.CMSMembershipProvider.ValidateUser(String username, String password) +48
CMSPages_logon.Login1_Authenticate(Object sender, AuthenticateEventArgs e) in C:\TQLSite\tql-tql.com\CMS\CMSPages\logon.aspx.cs:508
System.Web.UI.WebControls.Login.AttemptLogin() +147
System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +111
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1964