Invalid class string error

Last post 09-04-2007, 4:05 PM by mark123. 3 replies.
Sort Posts: Previous Next
  •  09-03-2007, 3:20 PM 33193

    Invalid class string error

    Here is an error message I get when using CuteEditor on localhost. What am I doing wrong?
    Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /pyro/CuteEditor_Files/include_CuteEditor.asp, line 969
    using:
     <%
    Dim editor
    Set editor = New CuteEditor
    editor.ID = "content"
    editor.Text = contentValue
    editor.AutoConfigure = "Custom"
    editor.Draw()
    %>
    The same happens without the AutoConfigure line.

    The strangest part is it was working quite well just yesterday and the only thing I changed was my CSS file so that it wouldn't mess with the layout of the cuteEditor textarea. 
  •  09-04-2007, 9:09 AM 33204 in reply to 33193

    Re: Invalid class string error

    mark123,
     
    Can you try the following configuration?
     

      <%
       Dim editor
       Set editor = New CuteEditor
       editor.ID = "Editor1"
       editor.Text = "Type here"
       editor.Draw()
      %>
     
    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

  •  09-04-2007, 10:52 AM 33212 in reply to 33204

    Re: Invalid class string error

    Adam:
    mark123,
     
    Can you try the following configuration?
     

      <%
       Dim editor
       Set editor = New CuteEditor
       editor.ID = "Editor1"
       editor.Text = "Type here"
       editor.Draw()
      %>
     
    Keep me posted
     
     
    I get the same error as listed above.
  •  09-04-2007, 4:05 PM 33227 in reply to 33212

    Re: Invalid class string error

    Please disregard.  I am getting the same error on another page without cuteEditor on it.  Sorry for the trouble.

    Must be a problem with my localhost. :(

View as RSS news feed in XML