I modified the documents module to swap to a simple repeater list view based on settings. I changed nothing as it relates to the IsEditable property. The module installs fine on DNN 4.9.2 which is what I use for my local dev version, but when installing the module on one of our other test websites which uses DNN 4.9.0, I get the error below...
=====================================
Error: Documents is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: xxxxxxx\DesktopModules\Documents\Document.ascx(11): error BC30451: Name 'IsEditable' is not declared. ---> System.Web.HttpCompileException: xxxxxx\DesktopModules\Documents\Document.ascx(11): error BC30451: Name 'IsEditable' is not declared. 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.Compilation.BuildManager.GetVPathBuildResult(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) in xxxxxxxxx\Skin.vb:line 489 --- End of inner exception stack trace ---
=====================================
The module of course works fine when installed into DNN 4.9.2. Now, what gets me is that the core Documents module works fine when installed on 4.9.0 so this must have something to do with the build process for my project but i have NO CLUE what to do to resolve the issue... please help!
-MAK