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:
Microsoft VBScript runtime error '800a01c2'
- Article ID:
109 - Date Created
Friday, February 25, 2011 - Last Updated
Thursday, March 3, 2011 - This Article Has been Viewed
2768 times - Short Desc
Commenting out code or create an ASP delimenter can sometimes cause the error if you do not comment out the entire line after the opening delimiter. - Details
If you have some code within you ASP delimiter and you comment it out for testing (or) to make a comment that only you can see within the script, you may encounter the below error if you do not comment out the entire line after the opening delimiter.
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'T'
/Footer.asp, line 2 - Recreate Issue
To recreate this issue.
<%
T'his is our line that we want to hide as a coders comment
%>
As you can see in the above line, the "T" is left open, and this will cause the script to run to this point and stop and create the 800a01c2 error. - Resolve Issue
To correct this issue.
To properly write out your comment within your asp delimiter write it out as this.<%
'This is our line that we want to hide as a coders comment
%>
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