Resources for the DotNetNuke Community
Support this site
HI, I'm using DNN 4.5
I get this repeated error when trying to add information or listing information to an information image:
can anyone help resolve this ?
InfoMap supports extensibility by using custom edit controls for the information data. This is setup on the module settings area of the module. Seems you have changed the data edit control to "Edit User Defined Table" which of course is not compatible with InfoMap.
To solve this revise the module settings and make sure to have this selected for data edit control:
DesktopModules/VMasanas - InfoMap/Templates/Default/ucxDataEdit.ascx
And this for the view control:
DesktopModules/VMasanas - InfoMap/Templates/Default/ucxDataView.ascx
Thank you, that solved the problem :)
one other thing I cannot figure out is that when I'm hovering over areas created on my map, the module flickers between the Map and the Rollover image in a annoying way. it clears the original map and displays the rollover image on it's own, making it impossible to click on the area unless you click several times to get to the next area.
any ideas what could be wrong here?
look here for example:
http://www.propertyinspections.com.au/BookInspections/FindInspector/tabid/73/Default.aspx
Thank you, that solved the problem.
one thing strange is that it wont let me pick nothing <not specified> as a rollover, so I just picked the same picture as you advised.
We get the following error after upgrading to DNN 4.05.05 from 4.4.1:
Error: Add Information is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6ea5994c\401da382\App_Web_ucxaddress.ascx.7602977d.bhsbhql3.0.vb(704): error BC32206: Indirect reference is being made to assembly CountryListBox version 1.0.2182.31882, which contains 'VMasanas.DNN.Modules.InfoMap.ucxAddress.cboCountry'. This Project references a prior version of CountryListBox version 1.0.2182.24357. To use 'VMasanas.DNN.Modules.InfoMap.ucxAddress.cboCountry', you must replace the reference to CountryListBox with version 1.0.2182.31882 or higher. ---> System.Exception: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6ea5994c\401da382\App_Web_ucxaddress.ascx.7602977d.bhsbhql3.0.vb(704): error BC32206: Indirect reference is being made to assembly CountryListBox version 1.0.2182.31882, which contains 'VMasanas.DNN.Modules.InfoMap.ucxAddress.cboCountry'. This Project references a prior version of CountryListBox version 1.0.2182.24357. To use 'VMasanas.DNN.Modules.InfoMap.ucxAddress.cboCountry', you must replace the reference to CountryListBox with version 1.0.2182.31882 or higher. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6ea5994c\401da382\App_Web_ucxaddress.ascx.7602977d.bhsbhql3.0.vb(704): error BC32206: Indirect reference is being made to assembly CountryListBox version 1.0.2182.31882, which contains 'VMasanas.DNN.Modules.InfoMap.ucxAddress.cboCountry'. This Project references a prior version of CountryListBox version 1.0.2182.24357. To use 'VMasanas.DNN.Modules.InfoMap.ucxAddress.cboCountry', you must replace the reference to CountryListBox with version 1.0.2182.31882 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.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() 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 VMasanas.DNN.Modules.InfoMap.InfoMapData.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Yes, I've seen this problem and it's in fact corrected in latest version.
Tell me what version do you have and I'll send you and update with a patch for this issue.