I was hoping that someone is looking at the new DNN 6 Beta to make sure there is compatibiltiy with the new 6.0 release of DNN coming soon. I just tried to install the latest YAF for DNN module and got a couple failures:
First, the full text search wouldnt install.
Second the rest of the install seemed to go well except when i went to log into DNN as an admin and the YAF module broke with the following error:
Here is the error log entry:
InnerException: Method not found: 'DotNetNuke.Common.Lists.ListEntryInfo DotNetNuke.Common.Lists.ListEntryInfoCollection.Item(System.String)'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: YAF.DotNetNuke.DataController.AddYafProfileDefinition
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'DotNetNuke.Common.Lists.ListEntryInfo DotNetNuke.Common.Lists.ListEntryInfoCollection.Item(System.String)'. ---> System.MissingMethodException: Method not found: 'DotNetNuke.Common.Lists.ListEntryInfo DotNetNuke.Common.Lists.ListEntryInfoCollection.Item(System.String)'. at YAF.DotNetNuke.DataController.AddYafProfileDefinition(Int32 portalId, String category, String name, String strType, Int32 length, ListEntryInfoCollection types) at YAF.DotNetNuke.DataController.AddYafProfileDefinitions(Int32 portalId) at YAF.DotNetNuke.YafDnnModule.DotNetNukeModule_Load(Object sender, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---