Hi,
I wanted to check if there are any plans to update nForum to work with the new Umbraco 7 release, I attemted this but when attempting to submit the registration form i get the following error.
Method not found: 'Umbraco.Core.Models.IPublishedContentProperty Umbraco.Core.Models.IPublishedContent.GetProperty(System.String)'.
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: 'Umbraco.Core.Models.IPublishedContentProperty Umbraco.Core.Models.IPublishedContent.GetProperty(System.String)'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'Umbraco.Core.Models.IPublishedContentProperty Umbraco.Core.Models.IPublishedContent.GetProperty(System.String)'.] nForum.BusinessLogic.Models.Forum.MapForumNodeToModel(IPublishedContent forumRoot) +0 nForum.BusinessLogic.Models.Forum..ctor(Nullable`1 overideNodeId) +113 nForum.BusinessLogic.Helpers.MainForumSettings(Nullable`1 overideRoot) +141 nForum.BusinessLogic.BaseForumUsercontrol.get_Settings() +77 nForum.usercontrols.nForum.membership.Register.BtnSubmitClick(Object sender, EventArgs e) +76 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9750842 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +196 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724