Ealo Tabs & HTML module installing
Last Post 10/28/2010 4:23 AM by mena samy. 2 Replies.
Author Messages
mena samy
Nuke Newbie
Nuke Newbie
Posts:2


--
10/27/2010 6:00 AM  
hi ,
i use DNN V 5.x and i need to localize it for english & arabic
the problem is here after i install Ealo modules for localization (core module ,tabs & HTML)
when i add tabs or html module to any page i got this error


Error: effority.Ealo.Tabs is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\menasite\DesktopModules\effority.Ealo.Tabs\View.ascx.vb(102): error BC30456: 'CultureCode' is not a member of 'DotNetNuke.En ies.Portals.PortalSettings'. ---> System.Web.HttpCompileException: D:\menasite\DesktopModules\effority.Ealo.Tabs\View.ascx.vb(102): error BC30456: 'CultureCode' is not a member of 'DotNetNuke.En ies.Portals.PortalSettings'. 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 DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---



Error: effority.Ealo.HTML is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\menasite\DesktopModules\effority.Ealo.HTML\HtmlModule.ascx.vb(245): error BC30456: 'CultureCode' is not a member of 'DotNetNuke.En ies.Portals.PortalSettings'. ---> System.Web.HttpCompileException: D:\menasite\DesktopModules\effority.Ealo.HTML\HtmlModule.ascx.vb(245): error BC30456: 'CultureCode' is not a member of 'DotNetNuke.En ies.Portals.PortalSettings'. 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 DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---


can any one help ?


Joseph Craig
DNN MVP
Posts:11667


--
10/27/2010 7:50 AM  
Two things to check:

1. Are you using the latest version of Ealo Tabs?
2. Does the version of Ealo Tabs that you are using work with your version of DotNetNuke?

Also, which version of DotNetNuke are you using? (5.x is not sufficient). DotNetNuke now supports multilanguage features. I believe this started in 5.5.x. And, the error messages you quote refer to "Culture Code" which is related to DotNetNuke's localization.

Ealo 5.5 is required for DotNetNuke 5.5.x. Ealo 5.0 is for DotNetNuke 5.x and, presumably, for versions prior to 5.5.0.

Joe Craig, Patapsco Research Group
Complete DNN Support
mena samy
Nuke Newbie
Nuke Newbie
Posts:2


--
10/28/2010 4:23 AM  
hi Joseph. thanks alot for your reply ..
issue fixed i was install a non compatible version of Ealo .
thanks for tip


---