30020 'Is' requires operands that have reference types, but this operand has the value type '|1'.
30021 'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '|1'.
30022 Properties declared 'ReadOnly' cannot have a 'Set'.
30023 Properties declared 'WriteOnly' cannot have a 'Get'.
30024 Statement is not valid inside a method.
30025 Property missing 'End Property'.
30026 'End Sub' expected.
30027 'End Function' expected.
30028 '#Else' must be preceded by a matching '#If' or '#ElseIf'.
30029 Derived classes cannot raise base class events.
30030 Try must have at least one 'Catch' or a 'Finally'.
30031 Fully qualified name |1 for type in namespace cannot be longer than |2 characters.
30032 Events cannot have a return type.
30033 Identifier is too long.
30034 Bracketed identifier is missing closing ']'.
30035 Syntax error.
30036 Overflow.
30037 Character is not valid.
30038 Option Strict On prohibits operands of type Object for operator '|1'.
30039 Loop control variable cannot be a property or a late-bound indexed array.
30040 First statement of a method body cannot be on the same line as the method declaration.
30041 Maximum number of errors has been exceeded.
30043 '|1' is valid only within an instance method.
30044 '|1' is not valid within a structure.
30045 Attribute constructor has a parameter of type '|1', which is not an integral, floating-point, or Enum type or one of Char, String, Boolean, or System.Type.
30046 Method cannot have both a ParamArray and Optional parameters.
30049 '|1' statement requires an array.
30050 ParamArray parameter must be an array.
30051 ParamArray parameter must be a one-dimensional array.
30052 Array exceeds the limit of 32 dimensions.
30053 Arrays cannot be declared with 'New'.
30057 Too many arguments to '|1'.
30058 Statements and labels are not valid between 'Select Case' and first 'Case'.
30059 Constant expression is required.
30060 Conversion from '|1' to '|2' cannot occur in a constant expression.
30062 'Me' cannot be the target of an assignment.
30064 'ReadOnly' variable cannot be the target of an assignment.
30065 'Exit Sub' is not valid in a Function or Property.
30066 'Exit Property' is not valid in a Function or Sub.
30067 'Exit Function' is not valid in a Sub or Property.
30068 Expression is a value and therefore cannot be the target of an assignment.
30069 For loop control variable '|1' already in use by an enclosing For loop.
30070 Next control variable does not match For loop control variable '|1'.
30071 'Case Else' can only appear inside a 'Select Case' statement.
30072 'Case' can only appear inside a 'Select Case' statement.
30074 Constant cannot be the target of an assignment.
30075 Named arguments are not valid as array subscripts.
30081 'If' must end with a matching 'End If'.
30082 'While' must end with a matching 'End While'.
30083 'Do' must end with a matching 'Loop'.
30084 'For' must end with a matching 'Next'.
30085 'With' must end with a matching 'End With'.
30086 'Else' must be preceded by a matching 'If' or 'ElseIf'.
30087 'End If' must be preceded by a matching 'If'.
30088 'End Select' must be preceded by a matching 'Select Case'.
30089 'Exit Do' can only appear inside a 'Do' statement.
30090 'End While' must be preceded by a matching 'While'.
30091 'Loop' must be preceded by a matching 'Do'.
30092 'Next' must be preceded by a matching 'For'.
30093 'End With' must be preceded by a matching 'With'.
30094 Label '|1' is already defined in the current method.
30095 Select Case' must end with a matching 'End Select'.
30096 'Exit For' can only appear inside a 'For' statement.
30097 'Exit While' can only appear inside a 'While' statement.
30098 'ReadOnly' property '|1' cannot be the target of an assignment.
30099 'Exit Select' can only appear inside a 'Select' statement.
30101 Branching out of a 'Finally' is not valid.
30103 '!' requires its left operand to have a class or interface type, but this operand has the type '|1''.
30105 Number of indices is less than the number of dimensions of the indexed array.
30106 Number of indices exceeds the number of dimensions of the indexed array.
30107 '|1' is an Enum type, and so is not a valid expression.
30108 '|1' is a type, and so is not a valid expression.
30109 '|1' is a class type, and so is not a valid expression.
30110 '|1' is a structure type, and so is not a valid expression.
30111 '|1' is an interface type, and so is not a valid expression.
30112 '|1' is a namespace, and so is not a valid expression.
30113 '|1' is not a valid name and cannot be used as the root namespace name.
30121 'Inherits' can appear only once within a 'Class' statement and can only specify one class.
30122 'Stop' statements are not valid in the Command Window.
30123 'End' statements are not valid in the Command Window.
30124 Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.
30125 'WriteOnly' property must provide a 'Set'.
30126 'ReadOnly' property must provide a 'Get'.
30127 Attribute '|1' is not valid: |0
30128 Security attribute '|1' is not valid: |0
30129 Assembly attribute '|1' is not valid: |0
30130 Module attribute '|1' is not valid: |0
30131 Security attribute '|1' cannot be applied to a module.
30132 Label '|1' is not defined.
30133 'GoTo' statements are not valid in the Command Window.
30134 Labels are not valid in the Command Window.
30135 'SyncLock' statements are not valid in the Command Window.
30141 Unable to create ALink object from alink.dll: |0
30142 Unable to generate a reference to file '|1' (use TLBIMP utility to reference COM DLLs): |0
30143 Unable to embed resource file '|1': |0
30144 Unable to link to resource file '|1': |0
30145 Unable to emit assembly: |0
30146 Unable to sign assembly: |0
30147 'Return' statements are not valid in the Command Window.
30148 First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '|1' of '|2' does not have an accessible 'Sub New' that can be called with no arguments.
30149 '|1' must implement '|2' for interface '|3'.
30154 '|1' must implement '|2' for interface '|3'. Implementing property must have matching 'ReadOnly'/'WriteOnly' specifiers.
30157 Leading '.' or '!' can only appear inside a 'With' statement.
30166 Cannot create an instance of Module '|1'.
30175 |2 '|1' and |3 '|1', declared in '|5', conflict in namespace '|4'.
30176 Only one of 'Public', 'Private', 'Protected', 'Friend', or 'Protected Friend' can be specified.
30177 Only one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.
30178 Specifier is duplicated.
30179 |2 '|1' and |3 '|1' conflict in namespace '|4'.
30180 Keyword does not name a type.
30181 Specifiers valid only at the beginning of a declaration.
30182 Type expected.
30183 Keyword is not valid as an identifier.
30184 'End Enum' must be preceded by a matching 'Enum'.
30185 'Enum' must end with a matching 'End Enum'.
30188 Declaration expected.
30192 ParamArray parameter must be last in parameter list.
30193 Specifiers and attributes are not valid on this statement.
30195 Expected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.
30196 Comma expected.
30197 'As' expected.
30198 ')' expected.
30199 '(' expected.
30200 'New' is not valid in this context.
30201 Expression expected.
30202 'Optional' expected.
30203 Identifier expected.
30204 Integer constant expected.
30205 End of statement expected.
30206 'Option' must be followed by 'Compare', 'Explicit', or 'Strict'.
30207 'Option Compare' must be followed by 'Text' or 'Binary'.
30208 'Compare' expected.
30209 Option Strict On requires all variable declarations to have an 'As' clause.
30210 Option Strict On requires all function and property declarations to have an 'As' clause.
30213 Comma or ')' expected.
30215 'Sub' or 'Function' expected.
30217 String constant expected.
30218 'Lib' expected.
30219 Event or delegate declaration cannot have Optional or ParamArray parameters.
30220 Delegate class '|1' has no Invoke method, so an expression of this type cannot be the target of a method call.
30224 'Is' expected.
30225 'Option |1' statement can only appear once per file.
30230 'Inherits' not valid in Modules.
30231 'Implements' not valid in Modules.
30232 Implemented type must be an interface.
30233 '|1' is not valid on a constant declaration.
30234 '|1' is not valid on a WithEvents declaration.
30235 '|1' is not valid on a member variable declaration.
30237 Parameter already declared with name '|1'.
30238 'Loop' cannot have a condition if matching 'Do' has one.
30239 Relational operator expected.
30240 'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.
30241 Named argument expected.
30242 '|1' is not valid on a method declaration.
30243 '|1' is not valid on an event declaration.
30244 '|1' is not valid on a Declare.
30246 '|1' is not valid on a local constant declaration.
30247 '|1' is not valid on a local variable declaration.
30248 'If', 'ElseIf', 'Else', 'End If', or 'Const' expected.
30249 '=' expected.
30251 Type '|1' has no constructors.
30252 'End Interface' must be preceded by a matching 'Interface'.
30253 'Interface' must end with a matching 'End Interface'.
30256 |0\n '|1' inherits from '|2'.
30257 Class '|1' cannot inherit from itself:
30258 Classes can inherit only from other classes.
30260 '|1' is already declared as '|2' in this |3.
30266 '|1' cannot override '|2' because they have different access levels.
30267 '|1' cannot override '|2' because it is declared 'NotOverridable'.
30268 '|1' cannot override '|2' because it is declared 'Shared'.
30269 Method '|1' has multiple definitions with identical signatures.
30270 '|1' is not valid on an interface method declaration.
30271 Property '|1' has multiple definitions with identical signatures.
30272 '|1' is not a parameter of '|2'.
30273 '|1' is not valid on an interface property declaration.
30274 Parameter '|1' of '|2' already has a matching argument.
30275 '|1' is not valid on an interface event declaration.
30277 Type character '|1' does not match declared data type '|2'.
30278 'Sub' or 'Function' expected after 'Delegate'.
30280 Enum '|1' must contain at least one member.
30281 Structure '|1' must contain at least one instance member variable or Event declaration.
30282 Constructor call is valid only as the first statement in an instance constructor.
30283 'Sub New' cannot be declared 'Overrides'.
30284 |1 '|2' cannot be declared 'Overrides' because it does not override a |1 in a base |3.
30287 '.' expected.
30288 Local variable '|1' is already declared in the current block.
30289 Statement cannot appear within a method body. End of method assumed.
30290 Local variable cannot have the same name as the function containing it.
30293 |0\n '|1' contains '|2'.
30294 Structure '|1' cannot contain an instance of itself:
30295 |0\n '|1' inherits from '|2'.
30296 Interface '|1' cannot inherit from itself:
30297 |0\n '|1' calls '|2'.
30298 Constructor '|1' cannot call itself:
30299 '|1' cannot inherit from |3 '|2' because '|2' is declared 'NotInheritable'.
30300 '|1' and '|2' cannot overload each other because they differ only by optional parameters.
30301 '|1' and '|2' cannot overload each other because they differ only by return types.
30302 Type character '|1' cannot be used in a declaration with an explicit type.
30303 Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.
30305 '|1' and '|2' cannot overload each other because they differ only by the default values of optional parameters.
30306 Array subscript expression missing.
30307 '|1' cannot override '|2' because they differ by the default values of optional parameters.
30308 '|1' cannot override '|2' because they differ by optional parameters.
30310 Cannot refer to '|1' because it is a member of the value-typed field '|2' of class '|3' which has 'System.MarshalByRefObject' as a base class.
30311 Value of type '|1' cannot be converted to '|2'.
30321 'Case' cannot follow a 'Case Else' in the same 'Select' statement.
30332 Value of type '|1' cannot be converted to '|2' because '|3' is not derived from '|4'.
30333 Value of type '|1' cannot be converted to '|2' because '|3' is not a reference type.
30337 'For' loop control variable cannot be of type '|1'.
30338 'Select' expression cannot be of type '|1'.
30345 '|1' and '|2' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.
30354 Interface can inherit only from another interface.
30357 'Inherits' statements must precede all declarations in an interface.
30359 'Default' can be applied to only one property name in a |1.
30360 Property '|1' must be declared 'Default' because it overrides a default property on the base |2 '|3'.
30361 '|1' and '|2' cannot overload each other because only one is declared 'Default'.
30362 '|1' cannot override '|2' because they differ by 'ReadOnly' or 'WriteOnly'.
30363 'Sub New' cannot be declared in an interface.
30364 'Sub New' cannot be declared '|1'.
30366 '|1' and '|2' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.
30367 Class '|1' cannot be indexed because it has no default property.
30368 '|1' and '|2' cannot overload each other because they differ only by parameters declared 'ParamArray'.
30369 Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class.
30370 '}' expected.
30371 Module '|1' cannot be used as a type.
30375 'New' cannot be used on an interface.
30376 'New' cannot be used on class '|1' because it contains a 'MustOverride' member that has not been overridden.
30377 Method '|1' is already declared in interface '|2'.
30379 'Catch' cannot appear after 'Finally' within a 'Try' statement.
30380 'Catch' cannot appear outside a 'Try' statement.
30381 'Finally' can only appear once in a 'Try' statement.
30382 'Finally' cannot appear outside a 'Try' statement.
30383 'End Try' must be preceded by a matching 'Try'.
30384 'Try' must end with a matching 'End Try'.
30385 '|1' is not valid on a Delegate declaration.
30387 Class '|1' must declare a 'Sub New' because its base class '|2' does not have an accessible 'Sub New' that can be called with no arguments.
30389 '|1' is not accessible in this context because it is '|2'.
30390 '|1.|2' is not accessible in this context because it is '|3'.
30392 'Catch' cannot catch type '|1' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.
30393 'Exit Try' can only appear inside a 'Try' statement.
30395 '|1' is not valid on a Structure declaration.
30396 '|1' is not valid on an Enum declaration.
30397 '|1' is not valid on an Interface declaration.
30398 '|1' cannot override '|2' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.
30399 'MyBase' cannot be used with method '|1' because it is declared 'MustOverride'.
30401 '|1' cannot implement '|2' because there is no matching |3 on interface '|4'.
30408 Method '|1' does not have the same signature as delegate '|2'.
30412 'WithEvents' variables must have an 'As' clause.
30413 'WithEvents' variables cannot be typed as structures.
30414 Value of type '|1' cannot be converted to '|2' because the array types have different numbers of dimensions.
30415 'ReDim' cannot change the number of dimensions of an array.
30420 'Sub Main' was not found in '|1'.
30423 Optional parameters cannot be declared as the type '|1'.
30424 Constants must be an intrinsic or enumerated type, not a class, structure, or array type.
30429 'End Sub' must be preceded by a matching 'Sub'.
30430 'End Function' must be preceded by a matching 'Function'.
30431 'End Property' must be preceded by a matching 'Property'.
30433 Methods in a Module cannot be declared '|1'.
30434 Events in a Module cannot be declared '|1'.
30435 Members in a Structure cannot be declared '|1'.
30436 Members in a Module cannot be declared '|1'.
30437 '|1' cannot override '|2' because they differ by their return types.
30438 Constants must have a value.
30439 Constant expression not representable in type '|1'.
30441 'Catch' must end with a matching 'End Try'.
30442 'Finally' must end with a matching 'End Try'.
30443 'Get' is already declared.
30444 'Set' is already declared.
30445 Const declaration cannot have an array initializer.
30451 Name '|1' is not declared.
30452 Operator '|1' is not defined for types '|2' and '|3'.
30454 Expression is not a method.
30455 Argument not specified for parameter '|1' of '|2'.
30456 '|1' is not a member of '|2'.
30458 Types are not available in this context.
30459 'Nothing' is not valid in this context.
30460 'End Class' must be preceded by a matching 'Class'.
30461 'Class' or 'Module' cannot be declared '|1'.
30464 Namespace or type '|1' in the project-level Imports '|2' cannot be found.
30465 'Imports' statements must precede any declarations.
30466 Namespace or type '|1' for the Imports '|2' cannot be found.
30467 '|1' for the Imports '|2' does not refer to a Namespace, Class, Structure, Enum or Module.
30468 Type declaration characters are not valid in this context.
30469 Reference to a non-shared member requires an object reference.
30470 'MyClass' cannot be used outside of a class.
30471 Expression is not an array or a method, and cannot have an argument list.
30474 '|1' cannot override '|2' because it is a 'Declare' statement.
30476 'WithEvents' variables cannot be typed as arrays.
30479 Shared 'Sub New' cannot have any parameters.
30480 Shared 'Sub New' cannot be declared '|1'.
30481 'Class' statement must end with a matching 'End Class'.
30487 Operator '|1' is not defined for type '|2'.
30490 'Default' cannot be combined with '|1'.
30491 Expression does not produce a value.
30493 Constructor must be declared as a Sub, not as a Function.
30494 Line is too long.
30495 Exponent is not valid.
30497 'Sub New' cannot handle events.
30500 Constant '|1' cannot depend on its own value.
30501 'Shared' cannot be combined with '|1' on a method declaration.
30502 'Shared' cannot be combined with '|1' on a property declaration.
30503 Properties in a Module cannot be declared '|1'.
30504 Property '|1' cannot be declared 'Default' because it overrides a Property on the base |2 '|3' that is not default.
30505 Methods or events that implement interface members cannot be declared 'Shared'.
30506 Handles clause requires a WithEvents variable.
30507 Implicitly generated property for handling the WithEvents variable '|1' conflicts with property '|2' defined in this class.
30508 '|1' cannot expose a |2 type outside of the |3 |4 '|5'.
30509 |1 |3 cannot inherit from a |2 |3 because it expands the access of the base |3.
30512 Option Strict On disallows implicit conversions from '|1' to '|2'.
30516 Overload resolution failed because no accessible '|1' accepts this number of arguments.
30517 Overload resolution failed because no '|1' is accessible.
30518 Overload resolution failed because no accessible '|1' can be called with these arguments:|2
30519 Overload resolution failed because no accessible '|1' can be called without a narrowing conversion:|2
30520 Argument matching parameter '|1' narrows from '|2' to '|3'.
30521 Overload resolution failed because no accessible '|1' is most specific for these arguments:|2
30522 Not most specific.
30523 \n '|1': |2
30524 Property '|1' is 'WriteOnly'.
30526 Property '|1' is 'ReadOnly'.
30528 |1-dimensional array of |2
30529 All parameters must be explicitly typed if any are.
30530 Parameter cannot have the same name as its defining function.
30532 Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.
30533 Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.
30542 Division by zero occurred while evaluating this expression.
30544 Method cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.
30545 Property access must assign to the property or use its value.
30547 Interface '|1' cannot be indexed because it has no default property.
30548 Attribute '|1' cannot be applied to an assembly.
30549 Attribute '|1' cannot be applied to a module.
30561 '|1' is ambiguous, imported from the namespaces or types '|2'.
30562 '|1' is ambiguous between declarations in Modules '|2' and '|3'.
30563 '|1' is ambiguous in the application objects '|2'.
30565 Array initializer has too few dimensions.
30566 Array initializer has too many dimensions.
30567 Array initializer has |1 too few elements.
30568 Array initializer has |1 too many elements.
30569 'New' cannot be used on a class that is declared 'MustInherit'.
30572 Alias '|1' is already declared.
30574 Option Strict On disallows late binding.
30576 Statement does not declare a 'Get' or 'Set' method.
30577 'AddressOf' operand must be the name of a method; no parentheses are needed.
30578 '#End ExternalSource' must be preceded by a matching '#ExternalSource'.
30579 '#ExternalSource' statement must end with a matching '#End ExternalSource'.
30580 '#ExternalSource' directives cannot be nested.
30581 'AddressOf' expression cannot be converted to '|1' because '|1' is not a delegate type.
30582 'SyncLock' operand cannot be of type '|1' because '|1' is not a reference type.
30583 '|1.|2' cannot be implemented more than once.
30584 '|1' cannot be inherited more than once.
30585 Event '|1' cannot be handled because it is not accessible from '|2'.
30587 Named argument cannot match a ParamArray parameter.
30588 Omitted argument cannot match a ParamArray parameter.
30590 Event '|1' cannot be found.
30591 'WithEvents' variable does not raise any events.
30593 Variables in Modules cannot be declared '|1'.
30594 Event handler must be shared because its WithEvents variable is shared.
30597 'System.Reflection.Missing.Value', necessary for the implementation of omitted parameters, cannot be found.
30598 'System.Threading.Monitor', necessary for the implementation of the 'SyncLock' statement, cannot be found.
30599 'System.Threading.Monitor.|1', necessary for the implementation of the 'SyncLock' statement, cannot be found.
30600 'WithEvents' variable does not raise any instance events that are accessible to '|1'.
30601 '-' expected.
30602 Interface members must be methods, properties, events, or type definitions.
30604 Statement cannot appear within an interface body. End of interface assumed.
30607 'NotInheritable' classes cannot have members declared '|1'.
30610 Class '|1' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): |2.
30611 Array dimensions cannot have a negative size.
30613 'Microsoft.VisualBasic.CompilerServices.StringType.MidStmtStr', necessary for the implementation of the 'Mid' statement, cannot be found.
30614 'MustOverride' method '|1' cannot be called with 'MyClass'.
30615 'End' statement cannot be used in class library projects.
30616 Variable '|1' hides a variable in an enclosing block.
30617 'Module' statements can occur only at file or namespace level.
30618 'Namespace' statements can occur only at file or namespace level.
30619 Statement cannot appear within an Enum body. End of Enum assumed.
30620 'Option Strict' can be followed only by 'On' or 'Off'.
30621 'End Structure' must be preceded by a matching 'Structure'.
30622 'End Module' must be preceded by a matching 'Module'.
30623 'End Namespace' must be preceded by a matching 'Namespace'.
30624 'Structure' statement must end with a matching 'End Structure'.
30625 'Module' statement must end with a matching 'End Module'.
30626 'Namespace' statement must end with a matching 'End Namespace'.
30627 'Option' statements must precede any declarations or 'Imports' statements.
30628 Structures cannot have 'Inherits' statements.
30629 Structures cannot declare a non-shared 'Sub New' with no parameters.
30630 'End Get' must be preceded by a matching 'Get'.
30631 'Get' statement must end with a matching 'End Get'.
30632 'End Set' must be preceded by a matching 'Set'.
30633 'Set' statement must end with a matching 'End Set'.
30634 Statement cannot appear within a property body. End of property assumed.
30635 'ReadOnly' and 'WriteOnly' cannot be combined.
30636 '>' expected.
30637 Assembly or Module attribute statements must precede any declarations in a file.
30638 Array bounds cannot appear in type specifiers.
30639 Properties cannot be declared '|1'.
30640 'Option Explicit' can be followed only by 'On' or 'Off'.
30641 'ByVal' and 'ByRef' cannot be combined.
30642 'Optional' and 'ParamArray' cannot be combined.
30643 Property '|1' is of an unsupported type.
30644 Attribute cannot be used on '|1'.
30645 Attribute '|1' cannot be applied to a method with optional parameters.
30647 'Return' statement in a Sub or a Set cannot return a value.
30648 String constants must end with a double quote.
30649 '|1' is an unsupported type.
30650 Enums must be declared as 'Byte', 'Short', 'Integer' or 'Long'.
30651 Property parameters cannot be declared 'ByRef'.
30652 Reference required to assembly '|1' containing the type '|2'. Add one to your project.
30653 Reference required to module '|1' containing the type '|2'. Add one to your project.
30654 'Return' statement in a Function or a Get must return a value.
30655 Unable to find required file '|1'.
30656 Field '|1' is of an unsupported type.
30657 '|1' has a return type that is not supported or parameter types that are not supported.
30658 Property '|1' with no parameters cannot be found.
30659 Property or field '|1' does not have a valid attribute type.
30660 Attributes cannot be applied to local variables.
30661 Field or property '|1' is not found.
30662 Attribute '|1' cannot be applied to '|2' because the attribute is not valid on this declaration type.
30663 Attribute '|1' cannot be applied multiple times.
30664 Conversions from '|1' to '|2' must be explicit.
30665 'Throw' operand must derive from 'System.Exception'.
30666 'Throw' statement cannot omit operand outside a 'Catch' statement.
30667 ParamArray parameters must be declared 'ByVal'.
30668 '|1' is obsolete: '|2'
30670 'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.
30671 Explicit initialization is not permitted with multiple variables declared with a single type specifier.
30672 Explicit initialization is not permitted for arrays declared with explicit bounds.
30674 'End SyncLock' must be preceded by a matching 'SyncLock'.
30675 'SyncLock' statement must end with a matching 'End SyncLock'.
30676 '|1' is not an event of '|2'.
30677 'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.
30678 'End' statement not valid.
30679 Array initializers are valid only for arrays, but the type of '|1' is '|2'.
30680 '#End Region' must be preceded by a matching '#Region'.
30681 '#Region' statement must end with a matching '#End Region'.
30683 'Inherits' statement must precede all declarations in a class.
30684 '|1' is a type and cannot be used as an expression.
30685 '|1' is ambiguous across the inherited interfaces '|2' and '|3'.
30686 Default property access is ambiguous between the inherited interface members '|1' of interface '|2' and '|3' of interface '|4'.
30687 Keyword cannot have a type character.
30688 Events in interfaces cannot be declared '|1'.
30689 Statement cannot appear outside of a method body.
30690 Structure '|1' cannot be indexed because it has no default property.
30691 '|1' is a type in '|2' and cannot be used as an expression.
30694 'System.String.Concat', necessary for the implementation of the '&' operator, cannot be found.
30695 |1 '|2' must be declared 'Shadows' because another method with this name is declared 'Shadows'.
30696 '|1' and '|2' cannot overload each other because they differ only by the types of optional parameters.
30697 '|1' cannot override '|2' because they differ by the types of optional parameters.
30698 Unable to write temporary file because temporary path is not available.
30699 '|1' is not declared or the module containing it is not loaded in the debugging session.
30700 Side effects not valid during expression evaluation in this context.
30701 'Nothing' cannot be evaluated.
30702 Index '|1' for dimension '|2' is out of range.
30703 Run-time exception thrown : |1 - |2
30704 Run-time exception thrown.
30705 Referenced object '|1' has a value of 'Nothing'.
30706 Expression or statement is not valid in debug windows.
30707 Unable to evaluate expression.
30708 Loop statements are not valid in the Command Window.
30709 Variable declaration statements are not valid in the Command Window.
30710 End of expression expected.
30711 Cannot set the value of a local variable for a method that is not at the top of the stack.
30712 Unable to load information for class '|1'.
30713 'Exit' statements are not valid in the Command Window.
30714 'Resume' statements are not valid in the Command Window.
30715 'Catch' statements are not valid in the Command Window.
30716 'Finally' statements are not valid in the Command Window.
30717 'Try' statements are not valid in the Command Window.
30718 'Select' statements are not valid in the Command Window.
30719 'Case' statements are not valid in the Command Window.
30720 'On Error' statements are not valid in the Command Window.
30721 Evaluation of expression or statement stopped.
30722 Evaluation of expression or statement timed out.
30723 Method call did not return a value.
30724 'Error' statements are not valid in the Command Window.
30725 'Throw' statements are not valid in the Command Window.
30726 'With' contexts and statements are not valid in debug windows.
30728 Methods declared in structures cannot handle events.
30730 Methods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.
30731 'AddressOf' expressions are not valid in debug windows.
30732 Web methods cannot be evaluated in debug windows.
30733 '|1' is already declared by '|2', which was generated for this |3.
30734 '|1' is already declared as a parameter of this method.
30735 Type in a Module cannot be declared '|1'.
30736 Expression cannot be evaluated at this time.
30737 No accessible 'Main' method with an appropriate signature was found in '|1'.
30738 'Sub Main' is declared more than once in '|1': |2
30739 'RaiseEvent' statements are not valid in the Command Window.
30741 '|1' cannot be converted to '|2'.
30742 Value '|1' cannot be converted to '|2'.
30743 Type '|1' is not defined or the module containing it is not loaded in the debugging session.
30744 Referenced array element has a value of 'Nothing'.
30747 Internal compiler error.
30748 Cannot convert to '|1'.
30749 Unable to access member.
30750 Information for the type of '|1' has not been loaded into the runtime.
30751 Unable to get type information for '|1'.
30752 'On Error' statements are not valid within 'SyncLock' statements.
30753 Option Strict On disallows implicit conversions from '|1' to '|2'; the Visual Basic 6.0 collection type is not compatible with the .NET Framework collection type.
30754 'GoTo |1' is not valid because '|1' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.
30755 'GoTo |1' is not valid because '|1' is inside a 'SyncLock' statement that does not contain this statement.
30756 'GoTo |1' is not valid because '|1' is inside a 'With' statement that does not contain this statement.
30757 'GoTo |1' is not valid because '|1' is inside a 'For' or 'For Each' statement that does not contain this statement.
30758 Attribute cannot be used because it does not have a Public constructor.
30759 Referenced '|1' has a value of 'Nothing'.
30760 Referenced object has a value of 'Nothing'.
30761 Project '|1' cannot reference project '|2' because '|2' directly or indirectly references '|1'.
30762 The targeted version of the .NET Compact Framework does not support latebinding.
30763 The targeted version of the .NET Compact Framework does not support using the Ansi, Auto or Unicode modifier.
30764 The targeted version of the .NET Compact Framework does not support latebound overload resolution.
30765 All projects in a Visual Basic solution must target the same platform, but the project you are trying to add targets a platform other than the one specified by your solution.
30766 '|1' is not declared. File I/O functionality is normally available in the 'Microsoft.VisualBasic' namespace, but the targeted version of the .NET Compact Framework does not support it.
30767 'Get' statements are no longer supported. File I/O functionality is normally available in the 'Microsoft.VisualBasic' namespace, but the targeted version of the .NET Compact Framework does not support it.
30768 'Line' statements are no longer supported. File I/O functionality is normally available as 'Microsoft.VisualBasic.FileSystem.LineInput', but the targeted version of the .NET Compact Framework does not support it. The graphics functionality is available as 'System.Drawing.Graphics.DrawLine'.
30769 The targeted version of the .NET Compact Framework does not support the 'End' statement.
30800 Method arguments must be enclosed in parentheses.
30801 Labels that are numbers must be followed by colons.
30802 'Type' statements are no longer supported; use 'Structure' statements instead.
30803 'Currency' is no longer a supported type; use the 'Decimal' type instead.
30804 'Variant' is no longer a supported type; use the 'Object' type instead.
30807 'Let' and 'Set' assignment statements are no longer supported.
30808 Property Get/Let/Set are no longer supported; use the new Property declaration syntax.
30809 'Wend' statements are no longer supported; use 'End While' statements instead.
30810 Methods cannot be declared 'Static'.
30811 'ReDim' statements can no longer be used to declare array variables.
30812 Optional parameters must specify a default value.
30814 'GoSub' statements are no longer supported.
30815 '|1' is not declared. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.
30816 '|1' is not declared. Debug object functionality is available in 'System.Diagnostics.Debug' in the 'System' assembly.
30817 'On GoTo' and 'On GoSub' statements are no longer supported.
30818 '|1' is not declared. Function has moved to the 'Microsoft.VisualBasic' namespace.
30819 '|1' is not declared. Function has moved to the 'System.Math' class and is named '|2'.
30820 '|1' is not declared. 'LSet' statements are no longer supported; use 'Microsoft.VisualBasic.LSet' instead.
30821 '|1' is not declared. 'RSet' statements are no longer supported; use 'Microsoft.VisualBasic.RSet' instead.
30822 '|1' is not declared. 'Null' constant is no longer supported; use 'System.DBNull' instead.
30823 '|1' is not declared. 'Empty' constant is no longer supported; use 'Nothing' instead.
30826 'EndIf' statements are no longer supported; use 'End If' instead.
30827 'D' can no longer be used to indicate an exponent, use 'E' instead.
30828 'As Any' is not supported in 'Declare' statements.
30829 'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.
30830 'Line' statements are no longer supported. File I/O functionality is available as 'Microsoft.VisualBasic.FileSystem.LineInput' and the graphics functionality is available as 'System.Drawing.Graphics.DrawLine'.
31007 Unable to open module file '|1': |0
31011 Unable to load referenced library '|1': |0
31013 Unable to load DLL '|1': |0
31014 Unable to find entry point '|1' in DLL '|2': |0
31019 Unable to write to output file '|1': |0
31020 Unable to write output to memory.
31021 Visual Basic .NET compiler is unable to recover from the following error: |0\nSave your work and restart Visual Studio .NET.
31023 Unable to parse XML: |0
31024 Unable to create a .NET Runtime interface: |0
31025 Unable to open key file '|1': |0
31026 Unable to create strong-named assembly from key file '|1': |0
31027 Unable to open file '|1': |0
31028 Unable to sign file '|1': |0
31029 Method '|1' cannot handle Event '|2' because they do not have the same signature.
31030 Project-level conditional compilation constant '|2' is not valid: |0
31031 Project-level conditional compilation constant is not valid: |0
31033 Interface '|1' can be implemented only once by this type.
31034 Interface '|1' is already implemented by base class '|2'.
31035 Interface '|1' is not implemented by this class.
31037 '|1.|2' is already implemented by base class '|3' and cannot be implemented again.
31038 '|1.|2' from 'Implements |3' is already implemented by base class '|4' and cannot be implemented again.
31040 '|1' exists in multiple base interfaces. Use the name of the interface that declares '|1' in the 'Implements' clause instead of the name of the derived interface.
31043 Arrays declared as structure members cannot be declared with an initial size.
31044 Events declared with an 'As' clause must have a delegate type.
31047 Protected types can only be declared inside of a class.
31048 Properties with no required parameters cannot be declared 'Default'.
31049 Initializers on structure members are valid only for constants.
31051 Namespace '|1' has already been imported.
31052 Modules cannot be declared '|1'.
31053 'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.
31054 Class '|1' is not a valid attribute type and so cannot be used on a module.
31055 Class '|1' is not a valid attribute type and so cannot be used on an assembly.
31058 Conflicts with '|1', which is implicitly declared for '|2' in |3 '|4'.
31059 Event '|1' implicitly defines '|2', which conflicts with a member of the same name in |3 '|4'.
31060 Property '|1' implicitly defines '|2', which conflicts with a member of the same name in |3 '|4'.
31061 |1 '|2' conflicts with a member implicitly declared for event '|3' in |4 '|5.'
31062 |1 '|2' conflicts with a member implicitly declared for property '|3' in |4 '|5'.
31063 'Set' method cannot have more than one parameter.
31064 'Set' parameter must have the same type as the containing property.
31065 'Set' parameter cannot be declared '|1'.
31066 Method in a Module cannot be declared 'Protected' or 'Protected Friend'.
31067 Method in a structure cannot be declared 'Protected' or 'Protected Friend'.
31068 Delegate in an interface cannot be declared '|1'.
31069 Enum in an interface cannot be declared '|1'.
31070 Class in an interface cannot be declared '|1'.
31071 Structure in an interface cannot be declared '|1'.
31072 Warning treated as error : |1
31073 '|1' conflicts with a |2 by the same name declared in '|3'.
31074 Delegate constructor for type '|1', necessary for the implementation of delegates, cannot be found.
31075 '|1' is obsolete.
31076 '|1' is a module and cannot be referenced as an assembly.
31077 '|1' is an assembly and cannot be referenced as a module.
31080 Operator '|1' is not defined for types '|2' and '|3'. Use 'Is' operator to compare two reference types.
31082 '|1' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.
31083 Methods in a Module cannot implement interface members.
31084 Events cannot be declared with a delegate type that has a return type.
31085 Date constant is not valid.
31086 '|1' overrides a |2 in the base |3 '|4' that is not declared 'Overridable'.
31087 Array modifiers cannot be specified on both a variable and its type.
31088 'NotOverridable' cannot be specified for methods that do not override another method.
31089 Types declared 'Private' must be inside another type.
31090 '|1' statement within a 'Catch' handler cannot branch into a 'Try' statement.
31091 Import of type '|2' from assembly or module '|1' failed.
31092 ParamArray parameters must have an array type.
31093 'System.IDisposable.Dispose', necessary for the implementation of 'For Each' statements, cannot be found.
31094 Implementing class '|1' cannot be found.
31095 Reference to object under construction is not valid when calling another constructor.
31096 Implicit reference to object under construction is not valid when calling another constructor.
31097 Member '|1' cannot be found in class '|2'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.
31098 Class '|1' cannot be found. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.
31400 Local variables within methods of structures cannot be declared 'Static'.
31401 Static local variable '|1' is already declared.
31403 Imports alias '|1' conflicts with '|2' declared in the root namespace.
31404 '|1' cannot shadow a method declared 'MustOverride'.
31405 Optional parameters cannot have structure types.
31406 '|1' cannot override a method that has been shadowed.
31407 Event '|1' cannot implement event '|3.|2' because its delegate type does not match the delegate type of another event implemented by '|1'.
31408 '|1' and '|2' cannot be combined.
31409 |1 '|2' must be declared 'Overloads' because another '|2' is declared 'Overloads'.
31410 Overloading methods declared in multiple base interfaces is not valid.
31411 '|1' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.
31412 'Handles' must specify a 'WithEvents' variable or 'MyBase' qualified with a single identifier.
31413 '|2', implicitly declared for event '|1', cannot shadow a 'MustOverride' method in |3 '|4'.
31414 '|2', implicitly declared for property '|1', cannot shadow a 'MustOverride' method in |3 '|4'.
31415 '|1 |2' cannot implement '|3' because '|3' is a reserved name.
31416 '|1' cannot shadow a 'MustOverride' method implicitly declared for property '|2' in |3 '|4'.
31417 '|1' cannot override '|2' because it is not accessible in this context.
31500 'Shared' attribute property '|1' cannot be the target of an assignment.
31501 'ReadOnly' attribute property '|1' cannot be the target of an assignment.
31502 Resource name '|1' cannot be used more than once.
31503 '|1' cannot be used as an attribute because it is not a class.
31504 '|1' cannot be used as an attribute because it does not inherit from 'System.Attribute'.
31505 '|1' cannot be used as an attribute because it does not have a 'System.AttributeUsageAttribute' attribute.
31506 '|1' cannot be used as an attribute because it is declared 'MustInherit'.
31507 '|1' cannot be used as an attribute because it has 'MustOverride' methods that have not been overridden.
31508 Cannot find .NET Framework directory: |0
31509 Unable to open resource file '|1': |0
31510 Attribute constant '|1' cannot be the target of an assignment.
31511 Attribute member '|1' cannot be the target of an assignment because it is not declared 'Public'.
31512 'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.
31513 'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to '|1'.
31514 Project '|1' cannot generate a reference to file '|2'. You may need to delete and re-add this reference, and then do a full rebuild of the solution.
31515 Project '|1' makes an indirect reference to assembly '|2', which contains '|3'. Add a reference to '|2' to your project.
31516 Type '|1' cannot be used in an attribute because it is not declared 'Public'.
31517 Type '|1' cannot be used in an attribute because its container '|2' is not declared 'Public'.
31518 Assembly '|1' cannot be created because its path is longer than 259 characters.
31519 '|1' cannot be referenced because it is not an assembly.
31520 Unable to apply security attribute(s) to '|1': |0
31521 '|1' cannot be applied more than once to an assembly.
31522 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a 'Sub' or 'Function' with a non-empty body.
31523 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a 'Declare'.
31524 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a 'Get' or 'Set'.
31525 Type '|2' is imported from different versions of assembly |1. Different versions of the same strong-named assembly cannot be used in the same project.
32000 Local variable '|1' cannot be referred to before it is declared.
32001 '|1' is not valid within a Module.
32002 '|1' is valid only within a class.
32004 '|1' is declared in project '|2', which is not referenced by project '|3'.
32005 Statement cannot end a block outside of a line 'If' statement.
32006 'Char' values cannot be converted to '|1'. Use 'Microsoft.VisualBasic.AscW' to interpret a character as a Unicode value or 'Microsoft.VisualBasic.Val' to interpret it as a digit.
32007 '|1' values cannot be converted to 'Char'. Use 'Microsoft.VisualBasic.ChrW' to interpret a numeric value as a Unicode character or first convert it to 'String' to produce a digit.
32008 '|1' is a delegate type. Delegate construction permits only a single AddressOf expression as an argument list. Often an AddressOf expression can be used instead of a delegate construction.
32009 Method declaration statements must be the first statement on a logical line.
32010 '|1' cannot be named as a parameter in an attribute specifier because it is not a field or property.
32011 'DirectCast' operand must have a reference type, but '|1' is a value type.
32012 'Microsoft.VisualBasic.CompilerServices.|1', necessary for compiling this construct, cannot be found.
32013 Option Strict On disallows operands of type Object for operator '|1'. Use the 'Is' operator to test for object identity.
32014 Bounds can be specified only for the top-level array when initializing an array of arrays.
32015 'Assembly' or 'Module' expected.
32016 '|1' has no parameters and its return type cannot be indexed.
32017 Comma, ')', or a valid expression continuation expected.
32019 'Resume' or 'GoTo' expected.
32020 '=' expected.
32021 Parameter '|1' in '|2' already has a matching omitted argument.
32022 '|1' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.
32023 Expression is of type '|1', which is not a collection type.
32024 Default values cannot be supplied for parameters that are not declared 'Optional'.
32025 '#Region' and '#End Region' statements are not valid within method bodies.
32026 Specifiers and attributes are not valid on 'Namespace' statements.
32027 'MyBase' must be followed by '.' and an identifier.
32028 'MyClass' must be followed by '.' and an identifier.
32029 Option Strict On disallows narrowing from type '|2' to type '|3' in copying the value of 'ByRef' parameter '|1' back to the matching argument.
32030 '#ElseIf' cannot follow '#Else' as part of a '#If' block.
32031 'End Sub' must be the first statement on a line.
32032 'End Function' must be the first statement on a line.
32033 'End Get' must be the first statement on a line.
32034 'End Set' must be the first statement on a line.
32035 Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.
32036 Class '|1' must declare a 'Sub New' because its base class '|2' has more than one accessible 'Sub New' that can be called with no arguments.
32037 'Next' statement names more variables than there are matching 'For' statements.
32038 First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '|1' of '|2' has more than one accessible 'Sub New' that can be called with no arguments.
32039 Array declared as for loop control variable cannot be declared with an initial size.
32040 The '|1' keyword is used to overload inherited members; do not use the '|1' keyword when overloading 'Sub New'.
32200 '|1' cannot be declared 'Shadows' outside of a class, structure, or interface.
32201 Property parameters cannot have the name 'Value'.
32202 '|1' cannot override '|2' because it is declared 'Friend' and is not accessible from outside the project containing it.
32203 '|1' cannot override '|2' because it expands the access of the base method.
32204 Event name length cannot exceed 1011 characters.
32205 WithEvents variable name length cannot exceed 1019 characters.
32300 Object no longer exists due to compile error or deletion.
32301 Project has been closed.
32302 There is already a class named '|1'
32400 Class '|1' could not be created: |0
32500 '|1' cannot be applied because the format of the GUID '|2' is not correct.
32501 'Microsoft.VisualBasic.ComClassAttribute' and '|1' cannot both be applied to the same class.
32504 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '|1' because its container '|2' is not declared 'Public'.
32505 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '|1' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.
32506 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '|1' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.
32507 'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '|1' cannot have the same value.
32508 'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.
40000 '|1' is obsolete: '|2'
40003 |1 '|2' shadows an overloadable member declared in the base |3 '|4'. If you want to overload the base method, this method must be declared 'Overloads'.
40004 |1 '|2' conflicts with |3 '|2' in the base |4 '|5' and so should be declared 'Shadows'.
40005 |1 '|2' shadows an overridable method in a base class. To override the base method, this method must be declared 'Overrides'.
40006 Method '|1' is already declared in the base interface '|2' and so should be declared 'Shadows'.
40007 Default property '|1' conflicts with default property '|2' in the base |3 '|4' and so should be declared 'Shadows'.
40008 '|1' is obsolete.
40009 Possible problem detected while building assembly: |0
40010 Possible problem detected while building assembly '|1': |0
40011 'Microsoft.VisualBasic.ComClassAttribute' is specified for class '|1' but '|1' has no public members that can be exposed to COM; therefore, no COM interfaces are generated.
40012 Event '|1' implicitly declares '|2', which conflicts with a member in the base |3 '|4', and so the event should be declared 'Shadows'.
40013 Property '|1' implicitly declares '|2', which conflicts with a member in the base |3 '|4', and so the property should be declared 'Shadows'.
40014 |1 '|2' conflicts with a member implicitly declared for event '|3' in the base |4 '|5' and so should be declared 'Shadows'.
40015 |1 '|2' conflicts with a member implicitly declared for property '|3' in the base |4 '|5' and so should be declared 'Shadows'.
40016 Conflicts with '|1' which is implicitly declared for '|2' in the base |3 '|4', and so should be declared 'Shadows'.
41000 Attribute '|1' cannot be specified more than once in this project, even with identical parameter values.
42000 |1 '|2' conflicts with other methods of the same name across the inheritance hierarchy and so should be declared 'Shadows'.
42001 'Class_Initialize' event is no longer supported. Use 'Sub New' to initialize a class.
42002 'Class_Terminate' event is no longer supported. Use 'Sub Finalize' to free resources.
42003 '|1' and '|2' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'. 'Shadows' assumed.
42005 '|1' and '|2' cannot overload each other because they differ only by the types of optional parameters. 'Shadows' assumed.
42006 '|1' and '|2' cannot overload each other because they differ only by the default values of optional parameters. 'Shadows' assumed.
42007 '|1' conflicts with a |2 by the same name declared in '|3'. 'Shadows' assumed.
42008 '|1' and '|2' cannot overload each other because they differ only by return types. 'Shadows' assumed.
42009 '|1' hides a default property on a base class because '|1' is not declared 'Default'. 'Shadows' assumed.
42010 '|1' and '|2' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'. 'Shadows' assumed.
42011 '|1' and '|2' cannot overload each other because they differ only by parameters declared 'ParamArray'. 'Shadows' assumed.
42012 '|1' implicitly declares '|2', which conflicts with '|3' in the base |4 '|5'. 'Shadows' assumed.
42101 'Microsoft.VisualBasic.ComClassAttribute' on class '|1' implicitly declares |2 '|3', which conflicts with a member of the same name in |4 '|5'. Use 'Microsoft.VisualBasic.ComClassAttribute(InterfaceShadows:=True)' if you want to hide the name on the base |5.
42102 '|1' cannot be exposed to COM as a property 'Let'. You will not be able to assign non-object values (such as numbers or strings) to this property from Visual Basic 6.0 using a 'Let' statement.
42200 Method '|1' has a link demand, but overrides or implements the following methods which do not have a link demand. A security hole may exist: |2