First time I've used the forum module (just got version 05.00.03 from CodePlex, using it with DNN Community Edition 6.2.2), and I get this error when clicking "Unanswered", "Not Read", "My Topics", "Active Topics" links along the topic:
Error: Active Forums is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: c:\inetpub\wwwroot\DNN6\DesktopModules\ActiveForums\controls\af_grid.ascx(38): error CS1502: The best overloaded method match for 'DotNetNuke.Modules.ActiveForums.af_grid.GetRowCSS(bool)' has some invalid arguments ---> System.Web.HttpCompileException: c:\inetpub\wwwroot\DNN6\DesktopModules\ActiveForums\controls\af_grid.ascx(38): error CS1502: The best overloaded method match for 'DotNetNuke.Modules.ActiveForums.af_grid.GetRowCSS(bool)' has some invalid arguments at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.Modules.ActiveForums.Classic.GetControl(String view, String options) --- End of inner exception stack trace ---
This is from clicking the "Not Read" link (http://localhost/dnn6/Forums/tabid/94/afv/grid/afgt/notread/language/en-US/Default.aspx)
Is there something I haven't configured correctly?
Thanks,
David