Re: Problems with DotNetNuke Integration

  •  02-19-2006, 10:35 PM

    Re: Problems with DotNetNuke Integration

    Here's the error I get with ICSharp present:
     
     
    From the Log Viewer:
     
      2/19/2006 9:13:09 PM
      Module Load Exception   admin     ModuleId: -1; ModuleDefId: -1; FriendlyName: ...
    ModuleId: -1
    ModuleDefId: -1
    FriendlyName:
    ModuleControlSource:
    AssemblyVersion: 04.00.02
    Method: System.Web.UI.UserControl.get_Request
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    PortalID: 0
    PortalName: FondduLac.com
    UserID: 2
    UserName: admin
    ActiveTabID: 46
    ActiveTabName: File Manager
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer:
    ExceptionGUID: efa9ee8d-d394-4d9d-9b3e-26c1c25a1a33
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    InnerException: Object reference not set to an instance of an object.
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Web.UI.UserControl.get_Request() at DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() at DotNetNuke.UI.Containers.Title.CanEditModule() at DotNetNuke.UI.Containers.Title.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
    StackTrace:
    Source:
    Server Name: S41571
      2/19/2006 9:13:09 PM
      Module Load Exception   admin     ModuleId: -1; ModuleDefId: -1; FriendlyName: ...
    ModuleId: -1
    ModuleDefId: -1
    FriendlyName:
    ModuleControlSource:
    AssemblyVersion: 04.00.02
    Method: System.Web.Compilation.BuildManager.CompileWebFile
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    PortalID: 0
    PortalName: FondduLac.com
    UserID: 2
    UserName: admin
    ActiveTabID: 46
    ActiveTabName: File Manager
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer:
    ExceptionGUID: bda74820-bbe6-4282-8fce-72650943fe43
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    InnerException: D:\Sites\FondduLac\DotNetNuke\Admin\Files\FileManager.ascx.vb(709): error BC30560: 'ZipEntry' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'.
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: D:\Sites\FondduLac\DotNetNuke\Admin\Files\FileManager.ascx.vb(709): error BC30560: 'ZipEntry' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'. ---> System.Web.HttpCompileException: D:\Sites\FondduLac\DotNetNuke\Admin\Files\FileManager.ascx.vb(709): error BC30560: 'ZipEntry' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'. 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 DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
    StackTrace:
    Source:
    Server Name: S41571

     
    When I delete ICSharp from the bin folder, the problem goes away.
     
    When I go into an editor, and attempt to do a file operation (I mean clicking on the Insert Image), the pop up window throws an error.
     
      2/19/2006 9:25:16 PM   General Exception   admin     AssemblyVersion: 04.00.02; Method: CuteEditor.Impl.c.a;& ...
    AssemblyVersion: 04.00.02
    Method: CuteEditor.Impl.c.a
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    PortalID: 0
    PortalName: FondduLac.com
    UserID: 2
    UserName: admin
    ActiveTabID: 36
    ActiveTabName: Home
    AbsoluteURL: /Providers/HtmlEditorProviders/CEHtmlEditorProvider/CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx
    AbsoluteURLReferrer:
    ExceptionGUID: 2c0c9420-9c77-4837-ad42-6976b40f83a4
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    InnerException: Unhandled Error:
    Message: System.Exception: Unhandled Error: ---> System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.IO.FileNotFoundException: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The system cannot find the file specified. File name: 'ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' at CuteEditor.Impl.c.a(Stream A_0) at CuteEditor.EditorUtilityPage.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.providers_htmleditorproviders_cehtmleditorprovider_cutesoft_client_cuteeditor_dialogs_insertimage_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
    StackTrace:
    Source:
    Server Name: S41571
     
    When I go back and add the ICSharp file, the editor works fine.
     
    I verified I was using the latest build, Cute Editor for DotNetNuke 4.0.
     
View Complete Thread