Little background. I'm a systems engineer that works on Windows boxes for a living, IIS, DC's, SMS, MOM, lots of vbs scripting, some realy basic .NET experience making console and simple win32 applications.
Ok so I'm only partialy proficient in doing this dotnetnuke stuff and have a hosted solution that was preinstalled for me that's core version DotNetNuke 4.02.
I mistakenly(think it was a mistake?) installed the most up to date version of the forums module and when I go to the "Manage Forum Users" area to grant moderator priveledges and such everything crashes. Based on the error message I'm thinking my newest forums module is making calls not present in my older core version of DNN?
How the heck do I fix this? Remove newest forums version and install older? What version of forums matches my core version? Install newer core version? Don't want to put my site in an unusable state that will take me hundreds of hours to reinstall myself :(
Documentation is sketchy beyond basic user UI stuff that I easily figured out on my own.
Thanks,
PFD
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnn\696f6d43\c9840802\App_Web_forum_usersettings.ascx.a320273f.l_zfk6hq.0.vb(5579): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Forum.UserSettings.ForumTree'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Forum.UserSettings.ForumTree', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnn\696f6d43\c9840802\App_Web_forum_usersettings.ascx.a320273f.l_zfk6hq.0.vb(5579): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Forum.UserSettings.ForumTree'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Forum.UserSettings.ForumTree', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---