I'm using DNN 5.4.1 and F3 3.4.1 and HTML 5.2.0.
The following exception occurs after I click the Replace button. Any ideas?
DotNetNuke.Services.Exceptions.ModuleLoadException: Method 'DotNetNuke.Modules.Html.HtmlTextController.GetWorkflowID' not found. ---> System.MissingMethodException: Method 'DotNetNuke.Modules.Html.HtmlTextController.GetWorkflowID' not found. at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture) at Engage.Dnn.F3.HtmlTextModuleController.GetWorkflowId(Int32 moduleId, Int32 portalId) at Engage.Dnn.F3.ViewLinks.CreateNewTextHtmlVersion(String searchValue, String replacementValue, Int32 moduleId, Int32 portalId, String content) at Engage.Dnn.F3.ViewLinks.ReplaceTextHtmlButton_Click(Object sender, EventArgs e) --- End of inner exception stack trace --