Technical Information (for support personnel)
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch
/update/remedial/store/priscript.asp, line 9
Browser Type:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB6.6; InfoPath.2; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Page:
...
User Profile
Collapse
-
Microsoft VBScript runtime (0x800A000D) Type mismatch
-
How to solve Microsoft VBScript runtime (0x800A000D)Type mismatch error
I am experiencing a VBScript runtime error.
The error message is: "(0x800A000D)Typ e mismatch error"
Here is my code:
...Code:<% dim temp temp=session("items") session("count")=session("count")+1 redim preserve items(session("count")) response.write items(session("count")) for i=0 to session("count")-1Last edited by Frinavale; Mar 9 '11, 04:42 PM. Reason: Added code tags. Added a description of the problem from the thread title to the thread itself. Moved the question to the ASP Classic forum since it is not a ASP.NET question. Converted "leet/tex
No activity results to display
Show More