Problems with DotNetNuke Integration

Last post 03-07-2006, 1:58 AM by Adam. 56 replies.
Page 2 of 3 (57 items)   < Previous 1 2 3 Next >
Sort Posts: Previous Next
  •  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!
  •  02-23-2006, 7:26 PM 16358 in reply to 16357

    Re: Problems with DotNetNuke Integration

    We've already found the solution. We will post an update tonight.
     
     

    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-24-2006, 3:38 AM 16372 in reply to 16358

    Re: Problems with DotNetNuke Integration

    Problem resolved.
     
    Please download the version 5.2 (02/24/2006) from:
     
     
    Please update all the client files and Dlls.
     
     

    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-24-2006, 8:50 AM 16392 in reply to 16372

    Re: Problems with DotNetNuke Integration

    I think I am having a similar problem... I have 4.0.2 dotnetnuke and these are the errors I get when i try nad open the file manager from the admin menu
     
    An error has occurred.
    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 ---

    Unhandled error loading module.
    DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Websites\dnn4EclipseTouring\Admin\Files\FileManager.ascx.vb(709): error BC30560: 'ZipEntry' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'. ---> System.Web.HttpCompileException: C:\Websites\dnn4EclipseTouring\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 ---
  •  02-24-2006, 9:02 AM 16393 in reply to 16392

    Re: Problems with DotNetNuke Integration

    BTW I downloaded the latest package... still causing dramas.
  •  02-24-2006, 1:40 PM 16408 in reply to 16393

    Re: Problems with DotNetNuke Integration

  •  02-27-2006, 6:53 AM 16455 in reply to 15858

    Re: Problems with DotNetNuke Integration

    I have the exact issue as reported earlier.  I am using DotNetNuke 4.0.2 with the latest build 5.2 (built on 24/02/06). The only work around I can think of is to delete and re-create it.  That doesn't look good to ask my writers since they use email links very often.  Thanks for looking up this matter.

    Issue 3 was the hyeperlink issue which seems to be mostly solved but I am still having issues if I rename a mailto: link.  I can work around it though.  The issue is if I have an existing link and want to change the email address, it does not always take. That is, the original email address is there after the edit.
  •  02-27-2006, 3:28 PM 16476 in reply to 16455

    Re: Problems with DotNetNuke Integration

    The latest build of CuteEditor.dll doesn't need the any external DLL. So you can just delete the 'ICSharpCode.SharpZipLib.dll' and use the existing SharpZipLib.dll of DNN.
     
     

    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-28-2006, 4:24 AM 16492 in reply to 16476

    Re: Problems with DotNetNuke Integration

    Hi Adam,
     
    Sorry I don't know if your previous answer is a reply to my question or to somebody else.  Anyway, I have already removed the 'ICSharpCode.ShaprZipLib.dll' from the bin directory. 
     
    Let's me re-phrase the issue here: email hyperlink(mailto) is no re-editable once it is entered and saved for the first time.
     
    I thought that's what another poster mentioned earlier in the thread. 
     
    Thanks,
    Arnold
  •  03-01-2006, 12:02 AM 16541 in reply to 16492

    Re: Problems with DotNetNuke Integration

    Arnold,
     
    Please download the control again. "Mailto" issue is also resolved.
     
     

    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

  •  03-01-2006, 6:59 PM 16575 in reply to 16541

    Re: Problems with DotNetNuke Integration

    Hi Adam,

    I was already using the latest version 5.2 (02/24/2006) when I reported this error.

    In addition, I see that the image root is no longer pointing to /Member but to the portal root.  That's fine but for whatever reason, all users can no longer see the image files from the editor, they can traverse the directories but can't see any image.   All directories appear to empty to them.  If I log in as admin/host, I can see the image files.  I try to set permission in admin->filemanager but that has no effect.  Any clue what I did wrong?  Look like I must overwrite some file permission during upgrade....

    Arnold

Page 2 of 3 (57 items)   < Previous 1 2 3 Next >
View as RSS news feed in XML