Aricie
The DNN Expert for your web project
DNN Community Forums

FUP installation cause Ealo HTML exception

Sort:
You are not authorized to post a reply.
Author
Messages


peppezic











New Member



Posts:




New Member



    I'm using DNN 5.6.3 and the latest FUP 2.4 with 1.7 shared libraries. This is the exception code I get from EALO:
    (The exception happen right after I install FUP module. No matter if I use it in the web.config or not)
    This exception was not thrown with the old 2.1.5 version of FUP and the old 1.5.7 shared libraries.

    DotNetNuke.Services.Exceptions.ModuleLoadException: D:\inetpub\wwwroot\testzicaffe\DesktopModules\effority.Ealo.HTML\HtmlModule.ascx.vb(312): error BC30002: Type 'UI.Skins.Skin' is not defined. ---> System.Web.HttpCompileException: D:\inetpub\wwwroot\testzicaffe\DesktopModules\effority.Ealo.HTML\HtmlModule.ascx.vb(312): error BC30002: Type 'UI.Skins.Skin' is not defined. 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.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 ---


    samyb











    New Member



    Posts:




    New Member



      Hello Giuseppe,

      the problem comes from a naming conflict between one part of Ealo and FUP. We will correct the problem for the next release of FUP. Meanwhile, you can already correct the problem by replacing the content of ~\DesktopModules\effority.Ealo.HTML\HtmlModule.ascx.vb with the content of the attached file.

      Edit: apparently the file cannot be attached. Please get it here.

      Best regards,
      Samy


      peppezic











      New Member



      Posts:




      New Member



        samyb wrote:
        Hello Giuseppe,

        the problem comes from a naming conflict between one part of Ealo and FUP. We will correct the problem for the next release of FUP. Meanwhile, you can already correct the problem by replacing the content of ~\DesktopModules\effority.Ealo.HTML\HtmlModule.ascx.vb with the content of the attached file.

        Edit: apparently the file cannot be attached. Please get it here.

        Best regards,
        Samy

        I just tried your solution and it works great! EALO Html problem is solved both for version 5.x and 5.5.

        I look forward to try and buy the next FUP version. I only remind you Samy to include in the next version the UI bug fix you solved few days ago for DNN 5.6.x.
        You described the bug fix like this:
        "The dragging interface made use of the $ shortcut to jQuery instead of using the jQuery object"

        You are not authorized to post a reply.