Support forums

Live Support, Chat and HTML Editor

Welcome to Support forums Sign in | Join | Help Messenger
in Search

Problems with DotNetNuke Integration

Last post 03-07-2006, 1:58 AM by Adam. 56 replies.
Page 2 of 4 (57 items)   < Previous 1 2 3 4 Next >
Sort Posts: Previous Next
  •  02-14-2006, 9:28 AM 15909 in reply to 15890

    Re: Problems with DotNetNuke Integration

    Adam,
     
    I tried your suggestion but it does not work.  Note that I am using DNN 4.0.2 which is an ASP.NET 2.0 environment.
     
    Here is the test that I did.
     
    1. Rename the ICSharpCode.SharpZipLib.dll in the bin directory.
    2. Log into the website.
    3. Open the File Manager.
    4. Upload a zip file and check the auto unzip checkbox.
    5. Check to make sure that the unzipped files and the zip file are uploaded properly.
    6. Go to a page in the website.
    7. Choose Edit Text on a module.
    8. Click on the hyperlink editor button.
    9. Exception thrown.
     
    As stated earlier, if I rename the SharpZipLib.dll instead, the cute editor works fine but the DNN File Manager throws exceptions.
     
    Thoughts?
  •  02-14-2006, 5:33 PM 15918 in reply to 15909

    Re: Problems with DotNetNuke Integration

    Scott,

    Please try the steps below:

    1. Delete ICSharpCode.SharpZipLib.dll instead of rename

    2. Copy SharpZipLib.dll to your project bin folder.


    The concept is:

    1. ICSharpCode.SharpZipLib.dll is compiled in the ASP.NET 2.0 environment.

    2. Some Dlls under DNN4 haven't compiled in the ASP.NET 2.0 environment.

    3. CuteEditor can work with SharpZipLib.dll (and ICSharpCode.SharpZipLib.dll).

    If you still have problems, please send the FTP access information to me through PM. I will check your site.





    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-18-2006, 7:49 PM 16114 in reply to 15918

    Re: Problems with DotNetNuke Integration

    I have the same problem on my portal.
     
    If I delete the ICSharpCode.SharpZipLib.dll, the File Manager works. BUT the file operations in the editor give me errors. If I bring the ICSharpCode file back to the bin folder, the file operations in the editor work again.
     
    Here's what I did. I uploaded some icon files through a zip file via the DNN 4 File Manager. With ICSharpCode present, the File Manager does not work. I deleted ICSharpCode and the File Manager did work. Once the icons were loaded, I went to the editor to use the icons in my web page. Clicking the "Insert Image" icon in the editor created an error. I restored the ICSharpCode to the bin folder and the Insert Image in the editor worked again.
     
    I can keep doing this if I have to, but I really don't want to go back and forth deleting and restoring the ICSharpCode file. Any suggestions?
  •  02-18-2006, 9:58 PM 16115 in reply to 15564

    Re: Problems with DotNetNuke Integration

    I have the same issue again.
     
    I have tracked it down a module i purchased - dnnmasters - Member Manager Pro and it's got the same dll with a different date.
     
    I had to delete that - and now the editor works again.
     
    This sort of behaviour is a concern for me since it now means that conflicting versions of that dll make modules and the editor not compatible.
     
    Is there anyway that can work around this - so that we dont' need this dll in there -i'm not a coder ok so I might be talking about about something that's totally not possible, but does this mean I have to now ftp the right dll before using a module?
     
    Nina Meiers
     

    Nina Meiers - DotNetNuke Designer
  •  02-19-2006, 5:21 AM 16118 in reply to 16114

    Re: Problems with DotNetNuke Integration

     perchman wrote:
     
    If I delete the ICSharpCode.SharpZipLib.dll, the File Manager works. BUT the file operations in the editor give me errors. If I bring the ICSharpCode file back to the bin folder, the file operations in the editor work again.
     
     
    Are you using the version 5.2 (02/09/2006) and DNN 4.0.2?  Can you tell me how to reproduce the "file operations " problems?
     
    For some reasons, I am not able to reproduce the problem.
     
    Keep me posted
     
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-19-2006, 10:35 PM 16126 in reply to 16118

    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.
     
  •  02-19-2006, 10:56 PM 16127 in reply to 16126

    Re: Problems with DotNetNuke Integration

    perchman,
     
    Is your site online so you can send the FTP information and Admin username/password to me through PM?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-20-2006, 6:23 AM 16133 in reply to 16127

    Re: Problems with DotNetNuke Integration

    Sent. Thanks again for the support.
  •  02-20-2006, 9:59 AM 16138 in reply to 16133

    Re: Problems with DotNetNuke Integration

    Adam,
     
    I am wondering if you are not seeing this issue because you have a source install of DNN.  If so, you may be recompiling the DNN core with your later version on the SharpZipLib DLL and not seeing the issue.
     
    Thoughts?
     
    Cheers,
     
    Scott
     
  •  02-20-2006, 11:40 AM 16140 in reply to 15890

    Re: Problems with DotNetNuke Integration

    Hi Adam,
     
    I have been having problems with the latest CuteEditor (2006-02-09 - downloaded today) in DNN. Although DNN has the SharpZipLib.dll in the bin folder, I had to copy the ICSharpcode.SharpZipLib.dll from the CuteEditor bin folder to the DNN bin folder before any of the image, emoticon or similar dialogs would work in CE.
     
    I am using DNN 3.2 but bearing in mind this thread I am hoping that having the two versions of SharpZipLib in the main bin folder will not result in parts of DNN not working properly.
     
    You should note that your own DNN 3.0 demo throws the missing ICSharpcode.SharpZipLib errors, so it looks like your latest build actually doesn't work with the standard SharpZipLib library any more.
     
    Geoff
  •  02-20-2006, 1:26 PM 16147 in reply to 16138

    Re: Problems with DotNetNuke Integration

    Scott,
     
    We didn't recompile the DNN with the later version of SharpZipLib DLL.
     
    I am working on perchmen's site right now. Hope I can get some clues. BTW, the FTP information of your site is not correct. I can't access your site.
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-20-2006, 2:04 PM 16150 in reply to 16147

    Re: Problems with DotNetNuke Integration

    Guys,
     
    I can reproduce the problems at perchmen's site.
     
    We are working on this issue and will post a update soon.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-21-2006, 4:31 PM 16233 in reply to 16150

    Re: Problems with DotNetNuke Integration

    I have allready buy the Cute Editor. And i have to do a lot of text production with this very nice editor.
    But i use DNN 4.0.2 only as a StarterKit Solution in MS WebDeveloperExpress. So i have no chance
    to recompile,...
    The Problems with the Zip-Stuff are the same....
     
    It sounds good to read here that you work on this things.
    Regards, Wodo
  •  02-22-2006, 1:45 AM 16263 in reply to 15890

    Re: Problems with DotNetNuke Integration

     
    Incidentally the sample webconfig code does not work either.. but the document sample code does...
     
    This has been the case for the last few releases.
     
    FYI we have the same problem and are waiting for a solution.

    Dub
  •  02-23-2006, 7:21 PM 16357 in reply to 16263

    Re: Problems with DotNetNuke Integration

    We too are waiting for successful DNN4 integration 
     
    Adam, please perhaps consider this a priority?
     
    Thanks!
Page 2 of 4 (57 items)   < Previous 1 2 3 4 Next >
View as RSS news feed in XML