Hi, I downloaded DMX Navigator 2.2.1 and installed it to DNN 7.0.4 using the install wizard. We are running Document Exchange 6.1.4. When I try to add Navigator to a page with a templated view instance of DMX already added to the page, I get this error: Error: Navigator is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: D:\wwwroot\DotNetNuke\DesktopModules\Bring2mind\DMX\Addons\Navigator\Navigator.ascx(9): error BC30451: 'BaseUrl' is not declared. It may be inaccessible due to its protection level. ---> System.Web.HttpCompileException: D:\wwwroot\DotNetNuke\DesktopModules\Bring2mind\DMX\Addons\Navigator\Navigator.ascx(9): error BC30451: 'BaseUrl' is not declared. It may be inaccessible due to its protection level. 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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace --- Does anyone know what I should do? -Patrick |