Cute editor is not working

Last post 11-30-2009, 12:14 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  11-27-2009, 7:41 AM 57459

    Cute editor is not working

    I hv  uploaded cute editor and all the supporting files in server. But still it is not working.
     
    Its not giving any error but it display like a label and doesnt allow to enter data. And all the options like bold, italic, underline, alignments, size are not visible.
  •  11-27-2009, 8:46 AM 57460 in reply to 57459

    Re: Cute editor is not working

    Dear harish_123,
     
     
    Regards,
    Eric
  •  11-28-2009, 4:11 AM 57474 in reply to 57460

    Re: Cute editor is not working

    Thanks for reply..
     
    I couldnt use following codes in web.config file.
     
    <configuration>
      <system.web>
        <httpModules>
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
         </httpModules>
      </system.web>
    </configuration>
     
     
    After adding this code it gave 505 error while browsing.. So i deleted the code.. Is ther any solution ? Plse reply.. 
  •  11-30-2009, 12:14 PM 57502 in reply to 57459

    Re: Cute editor is not working

    harish_123:
    I hv  uploaded cute editor and all the supporting files in server. But still it is not working.
     
    Its not giving any error but it display like a label and doesnt allow to enter data. And all the options like bold, italic, underline, alignments, size are not visible.
     
    Which version of ASP.net are you using?
     
    Please try the steps below:

    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

View as RSS news feed in XML