VBScript error code and correspondence interpretation

zhaozj2021-02-08  273

VBScript error code and correspondence interpretation

Keywords: ASP

VBScript runtime error

If the VBScript script executes the system that cannot be implemented, the VBScript runtime error is generated. The VBScript runtime error is generated only if the script is assigned or assigned to the variable expression.

Error number description

429 ActiveX Part Unable to create an object

507 abnormalities

449 parameters are not available

17 Unable to perform a request

430 types do not support automation

506 classes have not been defined

11 is zero

48 loading DLL error

5020 Need ') in Regular Expression

5019 Need ']' in the regular expression

432 Did you find a file name or class name in the automation operation

92 for cycle is not initialization

5008 illegal assignment

51 internal error

505 invalid or unqualified reference

481 invalid picture

5 invalid process call or parameter

5021 character set offshore

94 illegal use NULL

448 Didn't find named parameters

447 object does not support current regional settings

445 object does not support this operation

438 object does not support this attribute or method

451 object is not a collection

504 objects cannot be safely created

503 objects cannot be initialized safely

502 script object is not safe

424 need to object

91 Nothing to set object variables

7 is insufficient

28 stack overflow

14 string space overflow

6 overflow

35 Undefined SUB or FUNCTION

9 subscript

5017 syntax error in the regular expression

462 Remote server does not exist or cannot be accessed

10 This array is constant or temporarily locked

13 types do not match

5018 quantity word

500 variables are not defined

458 variable uses an automation type that is not supported in VBScript

450 Error parameter number or invalid parameter attribute value

VBScript syntax error

If the VBScript statement structure violates one or more VBScript script language synchronization rules, a VBScript syntax error is generated. VBScript syntax errors are typically generated when compiling programs before executing programs.

Error number description

1052 Do not have multiple default attributes / methods in the class

1044 Calling SUB cannot use parentheses

1053 class initialization or termination cannot with parameters

1058 can only specify 'Default' in the Property GET

1057 Description 'DEFAULT' must also explain 'public' "

1005 need ""

1006 needs ')'

1011 needs '='

1021 needs 'case'

1047 needs 'class'

1025 Requires the end of the statement

1014 Need 'end'

1023 Requires expression

1015 needs 'function'

1010 needs identifier

1012 needs 'if'

1046 Need 'in'

1026 Requires integer constant

1049 Requires Let, SET or GET in the attribute statement

1045 Need text constant

1019 Need 'Loop'

1020 Need 'Next'

1050 Need 'Property'

1022 needs 'SELECT'

1024 Requires statement

1016 Need 'SUB'

1017 needs 'Ten'

1013 needs 'to'

1018 needs 'wend'

1027 needs 'While' or 'unsil'

1028 Need 'While,', 'Until,' or the statement is not over

1029 Need 'with'

1030 logo

1014 invalid character

1039 Invalid 'EXIT' Statement 1040 Invalid 'For' Cycle Control Variables

1013 invalid number

1037 Invalid Use Keyword 'ME'

1038 'loop' no 'do'

1048 must define in one class

1042 must be the first statement

1041 name redifact

1051 The number of parameters must be consistent with the attribute description

1001 memory

1054 Property LET or SET should have at least one parameter

1002 syntax error

1055 Unwanted 'Next'

1015 Unstoppable string constant

转载请注明原文地址:https://www.9cbs.com/read-1272.html

New Post(0)