CFF KB - Carrz-Fox-Fire Promotions Knowledge Base
CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.Knowledge Base
- Breadrumbs:
Active Server Pages, ASP 0140 (0x80004005) The @ command
- Article ID:
41 - Date Created
Tuesday, November 16, 2010 - Last Updated
Wednesday, November 17, 2010 - This Article Has been Viewed
3523 times - Short Desc
When you create your asp page(s), you need to make sure that you have the Language and codepage located at the top of your page. - Details
When you are working on your asp page(s), you need to have the Language and codepage located within your page, and the correct place is always at the top of the page and only once per page.
The error is:
Active Server Pages, ASP 0140 (0x80004005)
The @ command must be the first command within the Active Server Page.
/ee/Q_26619248/paging.asp, line 56
- Recreate Issue
Placing more than 1 @ command within your page (or) not having it located at the top most part of the page will cause this error. - Resolve Issue
To correct this error, add the code<%
@LANGUAGE="VBSCRIPT" CODEPAGE="65001"
%>
To the top most part of your page.
This must be before any other code or includes, if not, then the error will happen.
Share With Friends (Updated 6-8-2010)
Recent Articles
All Topics
- Coming Soon - Knowledge Exchange
Trending Articles
- Microsoft VBScript runtime error '800a0046' Permission denied FileSystemObject 24695
- Microsoft OLE DB Provider for SQL Server error '80040e57' String or binary data would be truncated. or The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. 21297
- ADODB.Parameters error '800a0e7c' Parameter object is improperly defined 19544
- After Effects warning: Audio conforming failed for the following file .cfa. Perhaps due to disk space 17785
- The backup set holds a backup of a database other than the existing 16826