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.
I have simply recompiled nForum.Businesslogic from sources with new reference dlls, and now it works further.
But still have some issues I'm not sure if it's the way it should be, first time trying package. But it already looks uber powerful to me. I hope you update it soon for Umbraco 7.
NForum and Umbraco 7
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.
Anyone know the fix for this? I'm having the same problem in another project.
I have simply recompiled nForum.Businesslogic from sources with new reference dlls, and now it works further.
But still have some issues I'm not sure if it's the way it should be, first time trying package. But it already looks uber powerful to me. I hope you update it soon for Umbraco 7.
Next big thing not working is http://issues.umbraco.org/issue/U4-4005 , currently everything's falling apart without properties being saved.
Is there a better, modern way to save properties? member.SetProperty() tells me it's obsolete and that I should "Use the new Services APIs instead".
is working on a reply...