0x80004005 Error- Multiple "@" commands

Last post 04-25-2005, 10:53 AM by DG252. 4 replies.
Sort Posts: Previous Next
  •  04-15-2005, 8:54 AM 5758

    0x80004005 Error- Multiple "@" commands

    Hi.  I'm trying to add a recordset to the page that holds my cutesoft ASP editor.  My page is connected to an MS access database.  Before I add a recordset to this page, everything works fine when I preview the Cutesoft editor.  As soon as I add the recordset and try to preview the page, I get the following error:

    "Error Type:
    Active Server Pages, ASP 0141 (0x80004005)
    The @ command can only be used once within the Active Service page.
    /site/include_CuteEditor.asp, line1"

    My question is how do I prevent this from happening?  As I mentioned before, the editor works fine before I add the recordset to the page.  When I try to remove one of the %<Language=VBSCRIPT>% lines from either the include_CuteEditor.asp page or the page where I'm trying to add the recordset, I get different errors.
    Thank you.
  •  04-15-2005, 9:18 AM 5759 in reply to 5758

    Re: 0x80004005 Error- Multiple "@" commands

    Sounds like you have two "@" definitions at the beginning of your asp file. 
  •  04-15-2005, 9:50 AM 5761 in reply to 5759

    Re: 0x80004005 Error- Multiple "@" commands

    That's correct, but how do I eleminate the problem?  If I delete one of the @ commands, the editor doesn't work.  The @ command on the editor hosting page is added when I create the recordset.  Any other suggestions?
  •  04-15-2005, 11:21 AM 5767 in reply to 5761

    Re: 0x80004005 Error- Multiple "@" commands

    Step 1. Open include_CuteEditor.asp file

    Spte 2. Remove this line:

               <%@ LANGUAGE = VBScript%>

    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

  •  04-25-2005, 10:53 AM 6101 in reply to 5767

    Re: 0x80004005 Error- Multiple "@" commands

    I tried that after I initially received the error message, and it didn't fix the problem. I tried it again and it worked. Very strange.  Thanks for the suggestion.

View as RSS news feed in XML