Microsoft VBScript compilation error

Last post 05-22-2007, 9:31 PM by Adam. 6 replies.
Sort Posts: Previous Next
  •  04-19-2007, 5:11 PM 28630

    Microsoft VBScript compilation error

    I just installed CuteEditor on a new website. CuteEditor is already installed and working perfectly on another website running on the same machine. But on this website, I get the following error:

     
    Microsoft VBScript compilation error '800a03ea'
     
    Syntax error

    /CuteEditor_Files/include_CuteEditor.asp
    , line 2
     
    Class CuteEditor
    ^
    
    
    The webserver is IIS 5.0 on W2K SP4. Any help appreciated!
     

    Da Bomb
  •  04-19-2007, 5:53 PM 28631 in reply to 28630

    Re: Microsoft VBScript compilation error

    Fixed this one by searching through the forum. It's an odd fix - the #include statement for CuteEditor needs to be at the top of the file. I don't quite understand why since I wasn't making any calls to it until after the #include, but there you have it! Now, on to my new problem:

    Microsoft VBScript runtime error '800a000d'

    Type mismatch: 'Session'

    /CuteEditor_Files/include_CuteEditor.asp, line 957

    Do I need to have Sessions enabled for this website in order for CuteEditor to work? On another note: is the config file you are using for this editor available? Thanks!


    Da Bomb
  •  05-16-2007, 10:47 AM 29721 in reply to 28631

    Re: Microsoft VBScript compilation error

    Got a similar problem. 
    On my first provider the Editor works without any problem , but on my other i get this error
     
    Error Type:
    Sun ONE ASP VBScript compilation (0x800A03F6)
    Expected 'End'
    /CuteEditor_Files/include_CuteEditor.asp, line 1194, column 13
     
    is the server required to have .Net installed for this application to work ?    
  •  05-16-2007, 1:41 PM 29735 in reply to 29721

    Re: Microsoft VBScript compilation error

    marsner,
     
    It's not the same issue. You are using Sun One ASP.
     
    It doesn't like the following code:
     
    With objNode.Attributes 
           set objType = .GetNamedItem("type")
           set objName = .GetNamedItem("name")
           set objVisible = .GetNamedItem("Visible") 
          ...
    End With
     
    Please open include_CuteEditor.asp file and replace the above code with the following code:
     
    With objNode.Attributes 
           set objType = objNode.GetNamedItem("type")
           set objName = objNode.GetNamedItem("name")
           set objVisible = objNode.GetNamedItem("Visible") 
          ...
    End With
     
     

    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-17-2007, 5:15 AM 29759 in reply to 29735

    Re: Microsoft VBScript compilation error

    Hi Adam
    just did that, but it still aint working ... any suggestions ?
     
    Error Type:
    Sun ONE ASP VBScript compilation (0x800A03F6)
    Expected 'End'
    /CuteEditor_Files/include_CuteEditor.asp, line 1195, column 13
    I replaced the code as u said 2 places in the include_CuteEditor file !  
     
    thx ..
  •  05-17-2007, 5:47 AM 29760 in reply to 29759

    Re: Microsoft VBScript compilation error

    no matter what i do, it keeps asking for an "End" statement ?
    is it possible that u could send me a file that already been config to One ASP ?
     
    regards Marsner
  •  05-22-2007, 9:31 PM 29944 in reply to 29760

    Re: Microsoft VBScript compilation error

    Marsner:
    no matter what i do, it keeps asking for an "End" statement ?
    is it possible that u could send me a file that already been config to One ASP ?
     
    regards Marsner
     
    Marsner,
     
    Please set up FTP to your site and send it to me. I will check this issue for you.
     
     

    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