Toolbar not showing

Last post 05-04-2008, 1:40 AM by geoffo. 5 replies.
Sort Posts: Previous Next
  •  05-02-2008, 10:05 PM 39985

    Toolbar not showing

    I've never had this problem before.
    All works and looks well on development PC but when put to a hosting server the Toolbars don't show and no text can be entered into text area.
     
    Any suggestion what might be causing this?  I've checked that all resources are in place and in their respective folders too.
     
    A typical .aspx looks like:
     <code>
     
    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="test2.aspx.vb" Inherits="test2" %>

    <%@ Register Src="WebControl/CuteEditor.ascx" TagName="CuteEditor" TagPrefix="uc1" %>
    <%@ Register Src="WebControl/CuteEditor1.ascx" TagName="CuteEditor1" TagPrefix="uc2" %>
    <%@ Register Src="WebControl/PlainCuteEditor.ascx" TagName="PlainCuteEditor" TagPrefix="uc3" %>
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <uc1:CuteEditor ID="CuteEditor1" runat="server" />
           
        </div>
            <uc2:CuteEditor1 ID="CuteEditor1_1" runat="server" />
            <uc3:PlainCuteEditor ID="PlainCuteEditor1" runat="server" />
            <ce:editor id="Editor1" runat="server"></ce:editor>
        </form>
    </body>
    </html>

    </code>
  •  05-02-2008, 10:17 PM 39986 in reply to 39985

    Re: Toolbar not showing

    Did you upgrade from version 5.3?
     
    If so, can you delete the following file?
     
    CuteSoft_Client\CuteEditor\web.config
     
     

    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

  •  05-03-2008, 6:10 PM 39996 in reply to 39986

    Re: Toolbar not showing

    No... didn't upgrade I don't think.
    No such file exists to be deleted.
     
    Any other suggestions?
     
    Using version 6.0 / developing with VS2005 / have had success with deployment of apps with CuteEditor up to now but latest efforts all fail to show Toolbar.
    They all rely on the latest licence sent to me.  All previous successes use an earlier licence configuration.
    (ie: I had some new domains added to my Small Business licence and since then things are failing.
    I'm probably developing still using the previous licence on my PC as there appears to be no probs on it.
     
  •  05-03-2008, 9:50 PM 39997 in reply to 39996

    Re: Toolbar not showing

    That theory didn't work.
    Overlayed an existing licence with the latest version and all kept working.

  •  05-03-2008, 10:11 PM 39998 in reply to 39997

    Re: Toolbar not showing

    geoffo,
     
    If it's a license issue, you should receive an error showing you are using a wrong license file.
     
     

    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

  •  05-04-2008, 1:40 AM 39999 in reply to 39998

    Re: Toolbar not showing

    Adam,
     
    Got an app to work.
    Think my FTP'ing of all resources shut off before Syles and Themes etc. got uploaded.
    There is a huge number of files to move.  Is there a 'bare essentials' list?
     
    But the good news is..... got it working once 'all' resources FTP'ed into place.
     
    Thanks for your attention to my query!
    Regards,
     
    Geoff

View as RSS news feed in XML