User Profile

Collapse

Profile Sidebar

Collapse
sharbha
sharbha
Last Activity: Mar 8 '11, 10:34 AM
Joined: Mar 8 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Microsoft VBScript runtime (0x800A000D) Type mismatch

    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:
    ...
    See more | Go to post

  • 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")-1
    ...
    See more | Go to post
    Last 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
Working...