Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Error when adding DMX Navigator to a page
Last Post 06/14/2013 2:06 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Patrick
New Member
New Member
Posts:4


--
06/13/2013 8:13 PM
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
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
06/14/2013 2:06 PM
It looks like the dll for the navigator is not being loaded. I double checked the version and this is indeed a call on line 9 in Navigator.ascx and BaseUrl is there in the code behind class. Please check if the dll has been installed in the bin folder and is labeled 2.2.1 on the properties screen. If this is so then all I can think of is that somehow the dll is not "right" for the environment. I.e. .net version, x86 vs x64, etc. But I've never seen that before.

Peter
You are not authorized to post a reply.