hyperlink in toolbar not working

Last post 11-02-2010, 10:29 AM by oliveg. 6 replies.
Sort Posts: Previous Next
  •  10-27-2010, 1:07 PM 64735

    hyperlink in toolbar not working

    Hello,
    I am using the cute editor throughout my site. But since I upgraded to the new editor the hyperlink button in the toolbar has stopped working for all browsers. This is the exception I get:
     
    Source: /HtmlEditor/Dialogs/Tag.aspx
    Exception Message: Could not load file or assembly 'CuteEditor, Version=6.6.0.0, Culture=neutral, PublicKeyToken=3858aa6802b1223a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x801310
    Error Type: System.IO.FileLoadException  
     
    Does anyone have any idea?? 
  •  10-27-2010, 3:23 PM 64740 in reply to 64735

    Re: hyperlink in toolbar not working

    oliveg,
     
    When upgrading, please delete the old clients and use the new client files.
     
    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

  •  10-28-2010, 2:04 PM 64760 in reply to 64740

    Re: hyperlink in toolbar not working

    There was a difference in version which is why it wasn't working. But now with the version 6.6, the browse button in the hyperlink window does not work...
     
    any idea?? 
  •  10-28-2010, 8:45 PM 64769 in reply to 64760

    Re: hyperlink in toolbar not working

    Hi olivedg,
     
    Can you try this way?
     
    1. Download the page below
     
    http://www.cutesoft.net/downloads/folders/21904/download.aspx 
     
    2.  Delete files "CuteEditor.dll", "CuteEditor.ImageEditor.dll" and "NetSpell.SpellChecker.dll" in the bin folder and use the new one in the download package.
     
    3. Delete client folder "CuteSoft_Client" and use  the new one in the download pagkage. 
     
    4. Create a page like below and test the hyperlink function.
     
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Namespace="CuteEditor" TagPrefix="CE" Assembly="CuteEditor" %>  
    4. <html>  
    5. <body>  
    6.     <form id="Form1" runat="server">  
    7.         <CE:Editor ID="edito1" runat="server">  
    8.         </CE:Editor>  
    9.     </form>  
    10. </body>  
    11. </html>  
    If you still get the same issue after the steps above, please send the test page url to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.
     
    Regards,
     
    ken 
  •  10-29-2010, 11:15 AM 64796 in reply to 64769

    Re: hyperlink in toolbar not working

    Thanks!
    I realized the browse button was not in the previous version of the cute editor that we were using. And we do not have any setup to store the uploaded files which is why it was failing.
     
    Adding the browse functionality in the hyperlink  window requires us to add a lot of changes to our site which we do not desire. Would removing the browse button cause anything to fail??
     
    Thanks a lot! 
  •  10-29-2010, 3:50 PM 64807 in reply to 64796

    Re: hyperlink in toolbar not working

    The browse button of the insert link should work automatically.
     
    If you've already customized this dialog of old version, you need to do the same thing to 6.6 as well.
     
    You can also hide the browse button if you like to.

    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

  •  11-02-2010, 10:29 AM 64840 in reply to 64807

    Re: hyperlink in toolbar not working

    Thank you! I will try that!
View as RSS news feed in XML