No Toolbar icons appearing once application deployed.

Last post 03-26-2009, 5:37 PM by geoffo. 2 replies.
Sort Posts: Previous Next
  •  03-26-2009, 6:08 AM 50300

    No Toolbar icons appearing once application deployed.

    Using v6.3 and just modifying applications that did function correctly.
    I'm at a loss where to start looking as there is no error message just no tool bars and no ability to enter text in the blank rectangle which is the editor.
    Any suggestion where to start?
     
    I'm getting a blank box with a light gray area where the toolbars should be (there are the words 'separator' randomly thru this area).  It look like I'm just getting the alternate text for the images.
     

  •  03-26-2009, 2:19 PM 50325 in reply to 50300

    Re: No Toolbar icons appearing once application deployed.

    geoffo,
     
    1. Please add the following code to your web.config.

        <httpHandlers>
          <clear />
      <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
        </httpHandlers>

    2. If you still have problems, please run the following URL in your browser: 

    http://sitename/application/CuteSoft_Client/CuteEditor/load.ashx?type=scripts&file=IE_Loader&showtext=1

    Please change site name and application name based on your own situation.
     
    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

  •  03-26-2009, 5:37 PM 50335 in reply to 50325

    Re: No Toolbar icons appearing once application deployed.

    Thanks Adam.
     
    It appears that the load.ashx never got overwritten when I moved from 6.2.0.0 to 6.3.0.0
     
    Once I fixed that all OK.  Thanks.
View as RSS news feed in XML