Login
Register
29-07-2010

Resources for the DotNetNuke Community


Support this site

  Support forums  

You need to be logged in in order to post to this forums.
SearchForum Home
  Modules  InfoMap  data list - Err...
 data list - Error: Add Information is currently unavailable
 
imgOfflinesiacom
5 posts
www.propertyinspections.com.au
Joined
4/12/2007

data list - Error: Add Information is currently unavailable
Posted: 12 Apr 07 6:52 AM

HI, I'm using DNN 4.5

I get this repeated error when trying to add information or listing information to an information image:

 

Error: Add Information is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unable to cast object of type 'ASP.desktopmodules_userdefinedtable_edituserdefinedtable_ascx' to type 'VMasanas.DNN.Modules.InfoMap.DataEditControlBase'. ---> System.InvalidCastException: Unable to cast object of type 'ASP.desktopmodules_userdefinedtable_edituserdefinedtable_ascx' to type 'VMasanas.DNN.Modules.InfoMap.DataEditControlBase'. at VMasanas.DNN.Modules.InfoMap.InfoMapData.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

 

can anyone help resolve this ?

 

imgOfflinednnjungle
151 posts
5th
Joined
3/13/2005

Re: data list - Error: Add Information is currently unavailable
Posted: 12 Apr 07 7:16 AM

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


Disgrafic.com
imgOfflinesiacom
5 posts
www.propertyinspections.com.au
Joined
4/12/2007

Re: data list - Error: Add Information is currently unavailable
Posted: 12 Apr 07 8:33 AM Modified By siacom  on 4/12/2007 8:36:49 AM)

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

 

imgOfflinednnjungle
151 posts
5th
Joined
3/13/2005

Re: data list - Error: Add Information is currently unavailable
Posted: 12 Apr 07 9:19 AM
The rollover image is optional. But if you provide one, it should be a similar map as the one being used but just (maybe) with some areas colored. What will not work is having a completely different map for the hover. Please take a look here for a nice implementation of that feature.
Disgrafic.com
imgOfflinesiacom
5 posts
www.propertyinspections.com.au
Joined
4/12/2007

Re: data list - Error: Add Information is currently unavailable
Posted: 12 Apr 07 4:27 PM

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.

imgOfflinednnjungle
151 posts
5th
Joined
3/13/2005

Re: data list - Error: Add Information is currently unavailable
Posted: 24 Apr 07 7:09 AM
I've tried what you said and I could select "<not specified>" without any problem. Are you sure you're selecting the right option?
Disgrafic.com
imgOfflinednnjungle
151 posts
5th
Joined
3/13/2005

Re: data list - Error: Add Information is currently unavailable
Posted: 24 Apr 07 7:09 AM
I've tried what you said and I could select "<not specified>" without any problem. Are you sure you're selecting the right option?
Disgrafic.com
imgOfflinetreihmann
2 posts
Joined
11/26/2007

Re: data list - Error: Add Information is currently unavailable
Posted: 26 Nov 07 11:50 AM

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 ---

imgOfflinednnjungle
151 posts
5th
Joined
3/13/2005

Re: data list - Error: Add Information is currently unavailable
Posted: 26 Nov 07 11:38 PM

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.


Disgrafic.com
  Modules  InfoMap  data list - Err...
© Vicenç Masanas Terms Of Use Privacy Statement   
.