MZ@ !L!This program cannot be run in DOS mode. $-TٽL:L:L:FL:BL:RichL:PEL}}S! YN@.rsrc@@.reloc@B 0?H@`Ax~r 8-P.h34:@ABCD(T@UXVpWXYZ[\]^0_H``axbcdefgh i8jPkhlmnopqr s( t@ uX vp w x y z { | } ~0 H ` x        8 P h        ( @ X p        0 H ` x       8Ph   ( @ XA pB C D H N T U V 0H ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P `+,(-.ЬBp*V|00bBȻ>BHP2.6<BpFK(QWN\afxgdkp4sHwf{h4v^p^ЗНh (8J($P@V*x@ hHjPT  0'.6 ?nXC P \d `rfrpuy,؅lHj> 8 0P 8 | X, 8   P$B(P*`+,f,2 59@H$I"PpQRYF c\pj| t{|b 0rh p(ll4VS_VERSION_INFOG'G'? StringFileInfo040904B0LCompanyNameMicrosoft Corporationh FileDescriptionVisual Basic Compiler Resources>FileVersion8.0.50727.80076 InternalNamevbc7ui.dll.LegalCopyright Microsoft Corporation. All rights reserved.> OriginalFilenamevbc7ui.dll^ProductNameMicrosoft Visual Studio 2005BProductVersion8.0.50727.8007DVarFileInfo$Translation variableSystem Error &H|1& Out of memoryMicrosoft Visual Basic <unknown> Building |1. Loading |1. $Visual Basic internal compiler error<unrecognized type>#Microsoft (R) Visual Basic Compiler^No information has been lost. Check the compiler output for possible ways to avoid this error. <unknown>function return type&Statement is not valid in a namespace.Type '|1' is not defined.'Next' expected.6Character constant must contain exactly one character.fReference required to assembly '|1' containing the definition for event '|2'. Add one to your project.dReference required to module '|1' containing the definition for event '|2'. Add one to your project.\Reference required to assembly '|1' containing the base class '|2'. Add one to your project.ZReference required to module '|1' containing the base class '|2'. Add one to your project.gReference required to assembly '|1' containing the implemented interface '|2'. Add one to your project.eReference required to module '|1' containing the implemented interface '|2'. Add one to your project.AInternal compiler error: code generator received malformed input./'#If' block must end with a matching '#End If'.F'#ElseIf', '#Else', or '#End If' must be preceded by a matching '#If'.<'#ElseIf' must be preceded by a matching '#If' or '#ElseIf'.)Inheriting from 'System.|1' is not valid.%Labels are not valid outside methods.-Delegates cannot implement interface methods.Delegates cannot handle events.['Is' requires operands that have reference types, but this operand has the value type '|1'.m'TypeOf ... Is' requires its left operand to have a reference type, but this operand has the value type '|1'.3Properties declared 'ReadOnly' cannot have a 'Set'.4Properties declared 'WriteOnly' cannot have a 'Get'.'Statement is not valid inside a method. Property missing 'End Property'.'End Sub' expected.'End Function' expected.:'#Else' must be preceded by a matching '#If' or '#ElseIf'./Derived classes cannot raise base class events.2Try must have at least one 'Catch' or a 'Finally'.RFully qualified names for types in namespaces cannot be longer than |1 characters.!Events cannot have a return type.Identifier is too long.,Bracketed identifier is missing closing ']'. Syntax error. Overflow.Character is not valid.EOption Strict On prohibits operands of type Object for operator '|1'.ILoop control variable cannot be a property or a late-bound indexed array.VFirst statement of a method body cannot be on the same line as the method declaration.+Maximum number of errors has been exceeded.-'|1' is valid only within an instance method.%'|1' is not valid within a structure.Attribute constructor has a parameter of type '|1', which is not an integral, floating-point or Enum type or one of Object, Char, String, Boolean, System.Type or 1-dimensional array of these types.=Method cannot have both a ParamArray and Optional parameters.!'|1' statement requires an array.&ParamArray parameter must be an array.5ParamArray parameter must be a one-dimensional array.)Array exceeds the limit of 32 dimensions.%Arrays cannot be declared with 'New'.Too many arguments to '|1'.KStatements and labels are not valid between 'Select Case' and first 'Case'. Constant expression is required.CConversion from '|1' to '|2' cannot occur in a constant expression.+'Me' cannot be the target of an assignment.:'ReadOnly' variable cannot be the target of an assignment.2'Exit Sub' is not valid in a Function or Property.2'Exit Property' is not valid in a Function or Sub.2'Exit Function' is not valid in a Sub or Property.JExpression is a value and therefore cannot be the target of an assignment.GFor loop control variable '|1' already in use by an enclosing For loop.DNext control variable does not match For loop control variable '|1'.='Case Else' can only appear inside a 'Select Case' statement.8'Case' can only appear inside a 'Select Case' statement./Constant cannot be the target of an assignment.2Named arguments are not valid as array subscripts.''If' must end with a matching 'End If'.-'While' must end with a matching 'End While'.%'Do' must end with a matching 'Loop'.&'For' must end with a matching 'Next'.+'With' must end with a matching 'End With'.7'Else' must be preceded by a matching 'If' or 'ElseIf'.-'End If' must be preceded by a matching 'If'.:'End Select' must be preceded by a matching 'Select Case'.2'Exit Do' can only appear inside a 'Do' statement.3'End While' must be preceded by a matching 'While'.+'Loop' must be preceded by a matching 'Do'.,'Next' must be preceded by a matching 'For'.1'End With' must be preceded by a matching 'With'.4Label '|1' is already defined in the current method.4'Select Case' must end with a matching 'End Select'.4'Exit For' can only appear inside a 'For' statement.8'Exit While' can only appear inside a 'While' statement.?'ReadOnly' property '|1' cannot be the target of an assignment.:'Exit Select' can only appear inside a 'Select' statement.*Branching out of a 'Finally' is not valid.u'!' requires its left operand to have a type parameter, class or interface type, but this operand has the type '|1''.MNumber of indices is less than the number of dimensions of the indexed array.HNumber of indices exceeds the number of dimensions of the indexed array.9'|1' is an Enum type and cannot be used as an expression.3'|1' is a type and cannot be used as an expression.9'|1' is a class type and cannot be used as an expression.='|1' is a structure type and cannot be used as an expression.>'|1' is an interface type and cannot be used as an expression.8'|1' is a namespace and cannot be used as an expression.G'|1' is not a valid name and cannot be used as the root namespace name.Z'Inherits' can appear only once within a 'Class' statement and can only specify one class.8'Stop' statements are not valid in the Immediate window.7'End' statements are not valid in the Immediate window.]Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'.*'WriteOnly' property must provide a 'Set'.)'ReadOnly' property must provide a 'Get'.Attribute '|1' is not valid: |0(Security attribute '|1' is not valid: |0(Assembly attribute '|1' is not valid: |0&Module attribute '|1' is not valid: |06Security attribute '|1' cannot be applied to a module.Label '|1' is not defined.8'GoTo' statements are not valid in the Immediate window.-Labels are not valid in the Immediate window.<'SyncLock' statements are not valid in the Immediate window."Error creating Win32 resources: |03Error saving temporary Win32 resource file '|1': |0+Unable to create temp file in path '|1': |0*Error setting assembly manifest option: |0$Error creating assembly manifest: |0+Unable to create Assembly Linker object: |0ZUnable to generate a reference to file '|1' (use TLBIMP utility to reference COM DLLs): |0&Unable to embed resource file '|1': |0(Unable to link to resource file '|1': |0Unable to emit assembly: |0Unable to sign assembly: |0:'Return' statements are not valid in the Immediate window.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./|1 '|2' must implement '|3' for interface '|4'.~|1 '|2' must implement '|3' for interface '|4'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.=Leading '.' or '!' can only appear inside a 'With' statement.)Cannot create an instance of Module '|1'.;|1 '|2' and |3 '|4', declared in '|5', conflict in |6 '|7'._Only one of 'Public', 'Private', 'Protected', 'Friend', or 'Protected Friend' can be specified.POnly one of 'NotOverridable', 'MustOverride', or 'Overridable' can be specified.Specifier is duplicated.(|1 '|2' and |3 '|4' conflict in |5 '|6'.Keyword does not name a type.8Specifiers valid only at the beginning of a declaration.Type expected.&Keyword is not valid as an identifier.1'End Enum' must be preceded by a matching 'Enum'.+'Enum' must end with a matching 'End Enum'.9'Using' statements are not valid in the Immediate window.Declaration expected.VEnd of parameter list expected. Cannot define parameters after a paramarray parameter.:Specifiers and attributes are not valid on this statement.nExpected one of 'Dim', 'Const', 'Public', 'Private', 'Protected', 'Friend', 'Shadows', 'ReadOnly' or 'Shared'.Comma expected.'As' expected. ')' expected. '(' expected.#'New' is not valid in this context.Expression expected.'Optional' expected.Identifier expected.Integer constant expected.End of statement expected.@'Option' must be followed by 'Compare', 'Explicit', or 'Strict'.8'Option Compare' must be followed by 'Text' or 'Binary'.'Compare' expected.KOption Strict On requires all variable declarations to have an 'As' clause.cOption Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.Comma or ')' expected.'Sub' or 'Function' expected.String constant expected.'Lib' expected.nDelegate class '|1' has no Invoke method, so an expression of this type cannot be the target of a method call.'Is' expected.4'Option |1' statement can only appear once per file. 'Inherits' not valid in Modules."'Implements' not valid in Modules.&Implemented type must be an interface.,'|1' is not valid on a constant declaration..'|1' is not valid on a WithEvents declaration.3'|1' is not valid on a member variable declaration.*Parameter already declared with name '|1'.8'Loop' cannot have a condition if matching 'Do' has one.Relational operator expected.c'Exit' must be followed by 'Sub', 'Function', 'Property', 'Do', 'For', 'While', 'Select', or 'Try'.Named argument expected.*'|1' is not valid on a method declaration.*'|1' is not valid on an event declaration.'|1' is not valid on a Declare.2'|1' is not valid on a local constant declaration.2'|1' is not valid on a local variable declaration.6'If', 'ElseIf', 'Else', 'End If', or 'Const' expected. '=' expected.Type '|1' has no constructors.;'End Interface' must be preceded by a matching 'Interface'.5'Interface' must end with a matching 'End Interface'. '|1' inherits from '|2'.)Class '|1' cannot inherit from itself: |2,Classes can inherit only from other classes.,'|1' is already declared as '|2' in this |3.D'|1' cannot override '|2' because they have different access levels.B'|1' cannot override '|2' because it is declared 'NotOverridable'.:'|1' cannot override '|2' because it is declared 'Shared'.8'|1' has multiple definitions with identical signatures.5'|1' is not valid on an interface method declaration. '|1' is not a parameter of '|2'.7'|1' is not valid on an interface property declaration.7Parameter '|1' of '|2' already has a matching argument.4'|1' is not valid on an interface event declaration.;Type character '|1' does not match declared data type '|2'..'Sub' or 'Function' expected after 'Delegate'.+Enum '|1' must contain at least one member.WStructure '|1' must contain at least one instance member variable or Event declaration.QConstructor call is valid only as the first statement in an instance constructor.)'Sub New' cannot be declared 'Overrides'.V|1 '|2' cannot be declared 'Overrides' because it does not override a |1 in a base |3. '.' expected.=Local variable '|1' is already declared in the current block.DStatement cannot appear within a method body. End of method assumed.GLocal variable cannot have the same name as the function containing it.( '|1' contains '|2' (variable '|3').7Structure '|1' cannot contain an instance of itself: |2-Interface '|1' cannot inherit from itself: |2|0 '|1' calls '|2'.$Constructor '|1' cannot call itself:K'|1' cannot inherit from |3 '|2' because '|2' is declared 'NotInheritable'.Y'|1' and '|2' cannot overload each other because they differ only by optional parameters.R'|1' and '|2' cannot overload each other because they differ only by return types.JType character '|1' cannot be used in a declaration with an explicit type.\Type character cannot be used in a 'Sub' declaration because a 'Sub' doesn't return a value.o'|1' and '|2' cannot overload each other because they differ only by the default values of optional parameters.#Array subscript expression missing.['|1' cannot override '|2' because they differ by the default values of optional parameters.E'|1' cannot override '|2' because they differ by optional parameters.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./Value of type '|1' cannot be converted to '|2'.B'Case' cannot follow a 'Case Else' in the same 'Select' statement.UValue of type '|1' cannot be converted to '|2' because '|3' is not derived from '|4'.TValue of type '|1' cannot be converted to '|2' because '|3' is not a reference type.3'For' loop control variable cannot be of type '|1'.l'|1' and '|2' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'.2Interface can inherit only from another interface.D'Inherits' statements must precede all declarations in an interface.;'Default' can be applied to only one property name in a |1.eProperty '|1' must be declared 'Default' because it overrides a default property on the base |2 '|3'.P'|1' and '|2' cannot overload each other because only one is declared 'Default'.K'|1' cannot override '|2' because they differ by 'ReadOnly' or 'WriteOnly'.-'Sub New' cannot be declared in an interface."'Sub New' cannot be declared '|1'._'|1' and '|2' cannot overload each other because they differ only by 'ReadOnly' or 'WriteOnly'.@Class '|1' cannot be indexed because it has no default property.f'|1' and '|2' cannot overload each other because they differ only by parameters declared 'ParamArray'.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. '}' expected.%Module '|1' cannot be used as a type.%'New' cannot be used on an interface.l'New' cannot be used on class '|1' because it contains a 'MustOverride' member that has not been overridden.2Method '|1' is already declared in interface '|2'.?'Catch' cannot appear after 'Finally' within a 'Try' statement.0'Catch' cannot appear outside a 'Try' statement.4'Finally' can only appear once in a 'Try' statement.2'Finally' cannot appear outside a 'Try' statement./'End Try' must be preceded by a matching 'Try'.)'Try' must end with a matching 'End Try'.,'|1' is not valid on a Delegate declaration.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.:'|1' is not accessible in this context because it is '|2'.='|1.|2' is not accessible in this context because it is '|3'.u'Catch' cannot catch type '|1' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.4'Exit Try' can only appear inside a 'Try' statement.-'|1' is not valid on a Structure declaration.)'|1' is not valid on an Enum declaration..'|1' is not valid on an Interface declaration.f'|1' cannot override '|2' because they differ by a parameter that is marked as 'ByRef' versus 'ByVal'.O'MyBase' cannot be used with method '|1' because it is declared 'MustOverride'.M'|1' cannot implement '|2' because there is no matching |3 on interface '|4'.>Method '|1' does not have the same signature as delegate '|2'.0'WithEvents' variables must have an 'As' clause.j'WithEvents' variables can only be typed as classes, interfaces or type parameters with class constraints.lValue of type '|1' cannot be converted to '|2' because the array types have different numbers of dimensions.;'ReDim' cannot change the number of dimensions of an array.!'Sub Main' was not found in '|1'.8Optional parameters cannot be declared as the type '|1'.lConstants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array type./'End Sub' must be preceded by a matching 'Sub'.9'End Function' must be preceded by a matching 'Function'.9'End Property' must be preceded by a matching 'Property'.,Methods in a Module cannot be declared '|1'.+Events in a Module cannot be declared '|1'./Members in a Structure cannot be declared '|1'.,Members in a Module cannot be declared '|1'.D'|1' cannot override '|2' because they differ by their return types.Constants must have a value.3Constant expression not representable in type '|1'.+'Catch' must end with a matching 'End Try'.-'Finally' must end with a matching 'End Try'.'Get' is already declared.'Set' is already declared.3Const declaration cannot have an array initializer.Name '|1' is not declared.5Operator '|1' is not defined for types '|2' and '|3'.Expression is not a method.2Argument not specified for parameter '|1' of '|2'.'|1' is not a member of '|2'.(Types are not available in this context.3'End Class' must be preceded by a matching 'Class'. Classes cannot be declared '|1'.3'Imports' statements must precede any declarations.Z'|2' for the Imports '|1' does not refer to a Namespace, Class, Structure, Enum or Module.:Type declaration characters are not valid in this context.>Reference to a non-shared member requires an object reference.,'MyClass' cannot be used outside of a class.IExpression is not an array or a method, and cannot have an argument list.>'|1' cannot override '|2' because it is a 'Declare' statement.1'WithEvents' variables cannot be typed as arrays.,Shared 'Sub New' cannot have any parameters.)Shared 'Sub New' cannot be declared '|1'.7'Class' statement must end with a matching 'End Class'.+Operator '|1' is not defined for type '|2'.''Default' cannot be combined with '|1'.$Expression does not produce a value.9Constructor must be declared as a Sub, not as a Function.Line is too long.Exponent is not valid.'Sub New' cannot handle events.-Constant '|1' cannot depend on its own value.>'Shared' cannot be combined with '|1' on a method declaration.@'Shared' cannot be combined with '|1' on a property declaration./Properties in a Module cannot be declared '|1'.sProperty '|1' cannot be declared 'Default' because it overrides a Property on the base |2 '|3' that is not default.OMethods or events that implement interface members cannot be declared 'Shared'.fHandles clause requires a WithEvents variable defined in the containing type or one of its base types.8'|1' cannot expose type '|2' in |3 '|4' through |5 '|6'.Y'|1' cannot inherit from |2 '|3' because it expands the access of the base |2 to |4 '|5'.BOption Strict On disallows implicit conversions from '|1' to '|2'.WOverload resolution failed because no accessible '|1' accepts this number of arguments.9Overload resolution failed because no '|1' is accessible.[Overload resolution failed because no accessible '|1' can be called with these arguments:|2eOverload resolution failed because no accessible '|1' can be called without a narrowing conversion:|2;Argument matching parameter '|1' narrows from '|2' to '|3'.]Overload resolution failed because no accessible '|1' is most specific for these arguments:|2Not most specific. '|1': |2Property '|1' is 'WriteOnly'.Property '|1' is 'ReadOnly'.|1-dimensional array of |23All parameters must be explicitly typed if any are.=Parameter cannot have the same name as its defining function.OConversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.QConversion from 'Double' to 'Date' requires calling the 'Date.FromOADate' method.;Division by zero occurred while evaluating this expression.UMethod cannot contain both a 'Try' statement and an 'On Error' or 'Resume' statement.=Property access must assign to the property or use its value.DInterface '|1' cannot be indexed because it has no default property.0Attribute '|1' cannot be applied to an assembly.-Attribute '|1' cannot be applied to a module.0Constructors cannot implement interface methods.'|1' is ambiguous.&Default member '|1' is not a property.('|1' is ambiguous in the namespace '|2'.>'|1' is ambiguous, imported from the namespaces or types '|2'.@'|1' is ambiguous between declarations in Modules '|2' and '|3'.2'|1' is ambiguous in the application objects '|2'.)Array initializer has too few dimensions.*Array initializer has too many dimensions.)Array initializer is missing |1 elements.+Array initializer has |1 too many elements.?'New' cannot be used on a class that is declared 'MustInherit'.Alias '|1' is already declared.(Option Strict On disallows late binding.3Statement does not declare a 'Get' or 'Set' method.G'AddressOf' operand must be the name of a method (without parentheses).G'#End ExternalSource' must be preceded by a matching '#ExternalSource'.K'#ExternalSource' statement must end with a matching '#End ExternalSource'..'#ExternalSource' directives cannot be nested.W'AddressOf' expression cannot be converted to '|1' because '|1' is not a delegate type.O'SyncLock' operand cannot be of type '|1' because '|1' is not a reference type.-'|1.|2' cannot be implemented more than once.('|1' cannot be inherited more than once.DEvent '|1' cannot be handled because it is not accessible from '|2'.3Named argument cannot match a ParamArray parameter.5Omitted argument cannot match a ParamArray parameter.Event '|1' cannot be found.0'WithEvents' variable does not raise any events.-Variables in Modules cannot be declared '|1'.NEvents of shared WithEvents variables cannot be handled by non-shared methods.U'WithEvents' variable does not raise any instance events that are accessible to '|1'. '-' expected.KInterface members must be methods, properties, events, or type definitions.1Statement cannot appear within an interface body.KStatement cannot appear within an interface body. End of interface assumed.;'NotInheritable' classes cannot have members declared '|1'.rClass '|1' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): |2.-Array dimensions cannot have a negative size.;'MustOverride' method '|1' cannot be called with 'MyClass'.9'End' statement cannot be used in class library projects.5Variable '|1' hides a variable in an enclosing block.>'Module' statements can occur only at file or namespace level.A'Namespace' statements can occur only at file or namespace level.AStatement cannot appear within an Enum body. End of Enum assumed.6'Option Strict' can be followed only by 'On' or 'Off'.;'End Structure' must be preceded by a matching 'Structure'.5'End Module' must be preceded by a matching 'Module'.;'End Namespace' must be preceded by a matching 'Namespace'.?'Structure' statement must end with a matching 'End Structure'.9'Module' statement must end with a matching 'End Module'.?'Namespace' statement must end with a matching 'End Namespace'.J'Option' statements must precede any declarations or 'Imports' statements.-Structures cannot have 'Inherits' statements.DStructures cannot declare a non-shared 'Sub New' with no parameters./'End Get' must be preceded by a matching 'Get'.3'Get' statement must end with a matching 'End Get'./'End Set' must be preceded by a matching 'Set'.3'Set' statement must end with a matching 'End Set'.HStatement cannot appear within a property body. End of property assumed..'ReadOnly' and 'WriteOnly' cannot be combined. '>' expected.PAssembly or Module attribute statements must precede any declarations in a file..Array bounds cannot appear in type specifiers.#Properties cannot be declared '|1'.8'Option Explicit' can be followed only by 'On' or 'Off'.''ByVal' and 'ByRef' cannot be combined./'Optional' and 'ParamArray' cannot be combined.(Property '|1' is of an unsupported type.FAttribute '|1' cannot be applied to a method with optional parameters.;'Return' statement in a Sub or a Set cannot return a value..String constants must end with a double quote.'|1' is an unsupported type.+Enums must be declared as an integral type.)|1 parameters cannot be declared 'ByRef'.VReference required to assembly '|1' containing the type '|2'. Add one to your project.TReference required to module '|1' containing the type '|2'. Add one to your project.G'Return' statement in a Function, Get, or Operator must return a value."Unable to find required file '|1'.%Field '|1' is of an unsupported type.W'|1' has a return type that is not supported or parameter types that are not supported.1Property '|1' with no parameters cannot be found.<Property or field '|1' does not have a valid attribute type.0Attributes cannot be applied to local variables.$Field or property '|1' is not found.eAttribute '|1' cannot be applied to '|2' because the attribute is not valid on this declaration type.0Attribute '|1' cannot be applied multiple times./Conversions from '|1' to '|2' must be explicit.4'Throw' operand must derive from 'System.Exception'.b'Throw' statement cannot omit operand outside a 'Catch' statement or inside a 'Finally' statement./ParamArray parameters must be declared 'ByVal'.'|1' is obsolete: '|2'a'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array.gExplicit initialization is not permitted with multiple variables declared with a single type specifier.RExplicit initialization is not permitted for arrays declared with explicit bounds.9'End SyncLock' must be preceded by a matching 'SyncLock'.='SyncLock' statement must end with a matching 'End SyncLock'.'|1' is not an event of '|2'.l'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.'End' statement not valid.KArray initializers are valid only for arrays, but the type of '|1' is '|2'.7'#End Region' must be preceded by a matching '#Region'.;'#Region' statement must end with a matching '#End Region'.>'Inherits' statement must precede all declarations in a class.@'|1' is ambiguous across the inherited interfaces '|2' and '|3'.Default property access is ambiguous between the inherited interface members '|1' of interface '|2' and '|3' of interface '|4'.-Events in interfaces cannot be declared '|1'.1Statement cannot appear outside of a method body.DStructure '|1' cannot be indexed because it has no default property.;'|1' is a type in '|2' and cannot be used as an expression._|1 '|2' must be declared 'Shadows' because another member with this name is declared 'Shadows'.f'|1' and '|2' cannot overload each other because they differ only by the types of optional parameters.R'|1' cannot override '|2' because they differ by the types of optional parameters.GUnable to write temporary file because temporary path is not available.X'|1' is not declared or the module containing it is not loaded in the debugging session.`Because this evaluation could cause side effects, it will not be executed until enabled by user.'Nothing' cannot be evaluated..Index '|1' for dimension '|2' is out of range.#Run-time exception thrown : |1 - |2Run-time exception thrown.0Referenced object '|1' has a value of 'Nothing'.6Expression or statement is not valid in debug windows.Unable to evaluate expression.6Loop statements are not valid in the Immediate window.FVariable declaration statements are not valid in the Immediate window.End of expression expected.ZCannot set the value of a local variable for a method that is not at the top of the stack.*Unable to load information for class '|1'.8'Exit' statements are not valid in the Immediate window.:'Resume' statements are not valid in the Immediate window.9'Catch' statements are not valid in the Immediate window.;'Finally' statements are not valid in the Immediate window.7'Try' statements are not valid in the Immediate window.:'Select' statements are not valid in the Immediate window.8'Case' statements are not valid in the Immediate window.<'On Error' statements are not valid in the Immediate window..Evaluation of expression or statement stopped.0Evaluation of expression or statement timed out.#Method call did not return a value.9'Error' statements are not valid in the Immediate window.9'Throw' statements are not valid in the Immediate window.>'With' contexts and statements are not valid in debug windows.=Methods declared in structures cannot have 'Handles' clauses.fMethods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.7'AddressOf' expressions are not valid in debug windows.1Web methods cannot be evaluated in debug windows.B'|1' is already declared by '|2', which was generated for this |3.7'|1' is already declared as a parameter of this method.)Type in a Module cannot be declared '|1'.,Expression cannot be evaluated at this time.LNo accessible 'Main' method with an appropriate signature was found in '|1'.1'Sub Main' is declared more than once in '|1': |2>'RaiseEvent' statements are not valid in the Immediate window.!'|1' cannot be converted to '|2'.'Value '|1' cannot be converted to '|2'.\Type '|1' is not defined or the module containing it is not loaded in the debugging session.2Referenced array element has a value of 'Nothing'.Internal compiler error.Cannot convert to '|1'.Unable to access member.FInformation for the type of '|1' has not been loaded into the runtime.(Unable to get type information for '|1'.A'On Error' statements are not valid within 'SyncLock' statements.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.{'GoTo |1' is not valid because '|1' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain this statement.j'GoTo |1' is not valid because '|1' is inside a 'SyncLock' statement that does not contain this statement.f'GoTo |1' is not valid because '|1' is inside a 'With' statement that does not contain this statement.s'GoTo |1' is not valid because '|1' is inside a 'For' or 'For Each' statement that does not contain this statement.GAttribute cannot be used because it does not have a Public constructor.)Referenced '|1' has a value of 'Nothing'.+Referenced object has a value of 'Nothing'._Project '|1' cannot reference project '|2' because '|2' directly or indirectly references '|1'.PThe targeted version of the .NET Compact Framework does not support latebinding.mThe targeted version of the .NET Compact Framework does not support using the Ansi, Auto or Unicode modifier.bThe targeted version of the .NET Compact Framework does not support latebound overload resolution.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.'|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.'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.#'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'.XThe targeted version of the .NET Compact Framework does not support the 'End' statement.gEvent '|1' specified by the 'DefaultEvent' attribute is not a publicly accessible event for this class.o'WebMethod' attribute will not affect this member because its containing class is not exposed as a web service.'NonSerialized' attribute will not have any effect on this member because its containing class is not exposed as 'Serializable'.<'Continue' statements are not valid in the Immediate window.6'Continue' must be followed by 'Do', 'For' or 'While'.6'Continue Do' can only appear inside a 'Do' statement.8'Continue For' can only appear inside a 'For' statement.<'Continue While' can only appear inside a 'While' statement."Parameter specifier is duplicated.9'Declare' statements in a Module cannot be declared '|1'.(Expanding class cannot be declared '|1'.,Expanding structure cannot be declared '|1'.2Expanding class cannot have 'Inherits' statements.<'Declare' statements in a structure cannot be declared '|1'.C'TryCast' operand must be reference type, but '|1' is a value type.^'TryCast' operands must be class-constrained type parameter, but '|1' has no class constraint.'No accessible '|1' is most specific: |2;Non-shared members in a Structure cannot be declared 'New'.None of the accessible 'Main' methods with the appropriate signatures found in '|1' can be the startup method since they are all either generic or nested in generic types./Error in project-level import '|1' at '|2' : |3n'|2' for the Imports alias to '|1' does not refer to a Namespace, Class, Structure, Interface, Enum or Module.-Unable to create type name emitter object: |01Method arguments must be enclosed in parentheses.3Labels that are numbers must be followed by colons.N'Type' statements are no longer supported; use 'Structure' statements instead.I'Currency' is no longer a supported type; use the 'Decimal' type instead.G'Variant' is no longer a supported type; use the 'Object' type instead./Array declarations cannot specify lower bounds.>'Let' and 'Set' assignment statements are no longer supported.VProperty Get/Let/Set are no longer supported; use the new Property declaration syntax.N'Wend' statements are no longer supported; use 'End While' statements instead.$Methods cannot be declared 'Static'.D'ReDim' statements can no longer be used to declare array variables.1Optional parameters must specify a default value.+'GoSub' statements are no longer supported.c'|1' is not declared. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.u'|1' is not declared. Debug object functionality is available in 'System.Diagnostics.Debug' in the 'System' assembly.<'On GoTo' and 'On GoSub' statements are no longer supported.R'|1' is not declared. Function has moved to the 'Microsoft.VisualBasic' namespace.V'|1' is not declared. Function has moved to the 'System.Math' class and is named '|2'.j'|1' is not declared. 'LSet' statements are no longer supported; use 'Microsoft.VisualBasic.LSet' instead.j'|1' is not declared. 'RSet' statements are no longer supported; use 'Microsoft.VisualBasic.RSet' instead.Z'|1' is not declared. 'Null' constant is no longer supported; use 'System.DBNull' instead.U'|1' is not declared. 'Empty' constant is no longer supported; use 'Nothing' instead.A'EndIf' statements are no longer supported; use 'End If' instead.C'D' can no longer be used to indicate an exponent, use 'E' instead.2'As Any' is not supported in 'Declare' statements.w'Get' statements are no longer supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.'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'.R'|1' cannot override '|2' because they differ by parameters declared 'ParamArray'.UThis inheritance causes circular dependencies between |1 '|2' and its nested |3 '|4'.4|1 '|2' cannot inherit from a type nested within it.A'|1' cannot expose type '|2' outside the project through |3 '|4'.c'|1' cannot inherit from |2 '|3' because it expands the access of the base |2 outside the assembly.('|1' accessor of '|2' is obsolete: '|3'."'|1' accessor of '|2' is obsolete.p'|1' cannot expose the underlying delegate type '|2' of the event it is implementing to |3 '|4' through |5 '|6'.y'|1' cannot expose the underlying delegate type '|2' of the event it is implementing outside the project through |3 '|4'.YType '|1' is not supported because it either directly or indirectly inherits from itself._Class '|1' must declare a 'Sub New' because the '|2' in its base class '|3' is marked obsolete.dClass '|1' must declare a 'Sub New' because the '|2' in its base class '|3' is marked obsolete: '|4'First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base class '|2' of '|3' is marked obsolete.First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base class '|2' of '|3' is marked obsolete: '|4'W'|1' cannot inherit from |2 '|3' because it expands the access of type '|4' to |5 '|6'.a'|1' cannot inherit from |2 '|3' because it expands the access of type '|4' outside the assembly.'|1' cannot expose type '|2' used in the underlying delegate type '|3' of the event it is implementing to |4 '|5' through |6 '|7'.'|1' cannot expose type '|2' used in the underlying delegate type '|3' of the event it is implementing outside the project through |4 '|5'.jSpecified access '|1' for '|2' does not match the access '|3' specified on one of its other partial types.'MustInherit' cannot be specified for partial type '|1' because it cannot be combined with 'NotInheritable' specified for one of its other partial types.'MustOverride' cannot be specified on '|1' because it is in a partial type that is declared 'NotInheritable' in another partial definition.xBase class '|1' specified for class '|2' cannot be different from the base class '|3' of one of its other partial types.>'|1', necessary for compiling this construct, cannot be found.Type parameter name '|1' does not match the name '|2' of the corresponding type parameter defined on one of the other partial types of '|3'.Constraints for this type parameter do not match the constraints on the corresponding type parameter defined on one of the other partial types of '|1'.lLatebound overload resolution cannot be applied to '|1' because the accessing instance is an interface type.gConversion from '|1' to '|2' cannot occur in a constant expression used as an argument to an attribute.Member '|1.|2' that matches this signature cannot be overridden because the class '|1' contains multiple members with this same name and signature: |3 '|1'Member '|1.|2' that matches this signature cannot be implemented because the interface '|1' contains multiple members with this same name and signature: |3 '|1'u'AddressOf' expression cannot be converted to '|1' because type '|1' is declared 'MustInherit' and cannot be created.e'Return' statement in an 'AddHandler', 'RemoveHandler', or 'RaiseEvent' method cannot return a value.Structure '|1' must contain at least one instance member variable or at least one instance event declaration not marked 'Custom'.)Generic methods cannot be exposed to COM.MSyntax error in cast operator; two arguments separated by comma are required.Y|1 '|2' cannot implement interface '|4' because it declares '|3' which has a return type.Stop request is pending.Suspend request is pending.Unscheduled Fiber.cArray initializer cannot be specified for a non constant dimension; use the empty initializer '{}'.CNo accessible method '|1' matches the signature of delegate '|2':|35Wrong number of type arguments passed to method '|1'.LType arguments for method '|1' could not be inferred from the delegate '|2'. |1KType arguments inferred for method '|1' result in the following errors :|2.Value of type '|1' cannot be converted to '|2'. Type mismatch could be due to the mixing of a file reference with a project reference to assembly '|3'. Try replacing the file reference to '|4' in project '|5' with a project reference to '|6'.Function evaluation is disabled because a previous function evaluation timed out. To re-enable function evaluation, step again or restart debugging.HObject created by Edit and Continue is not yet available for evaluation.V'|1' refers to type '|2' in project '|3', but type '|2' was not found in project '|3'.Value of type '|1' cannot be converted to '|2'. Type mismatch could be due to mixing a file reference to '|3' in project '|4' with a file reference to '|5' in project '|6'. If both assemblies are identical, try replacing these references so both references are from the same location.Reference required to assembly '|1' containing type '|2', but a suitable reference could not be found due to possible circular references: |3.* Assembly '|1' references assembly '|2') Assembly '|1' references project '|2') Project '|1' references assembly '|2'( Project '|1' references project '|2'Reference required to assembly '|1' containing type '|2', but a suitable reference could not be found due to ambiguity between assemblies '|3' and '|4'.HReference required to assembly '|1' containing type '|2', but a suitable reference could not be found due to ambiguity between '|3', which is referenced by project '|4', and '|5', which is referenced by project '|6'. If both assemblies are identical, try replacing these references so both references are from the same location.Reference required to assembly '|1' containing type '|2', but a suitable reference could not be found due to ambiguity between projects '|3' and '|4'.|1 This error could also be due to mixing a file reference to '|2' in project '|3' with a file reference to '|4' in project '|5'. If both assemblies are identical, try replacing these references so both references are from the same location.|1 This error could also be due to mixing a file reference with a project reference to assembly '|2. In this case, try replacing the file reference to '|3' in project '|4' with a project reference to '|5'.#Unable to open module file '|1': |0*Unable to load referenced library '|1': |0Unable to load DLL '|1': |0/Unable to find entry point '|1' in DLL '|2': |0'Unable to write to output file '|1': |0!Unable to write output to memory.qVisual Basic compiler is unable to recover from the following error: |0 Save your work and restart Visual Studio.Unable to parse XML: |0-Unable to create a .NET Runtime interface: |0 Unable to open key file '|1': |0=Unable to create strong-named assembly from key file '|1': |0Unable to open file '|1': |0Unable to sign file '|1': |0QMethod '|1' cannot handle Event '|2' because they do not have the same signature.DProject-level conditional compilation constant '|2' is not valid: |0?Project-level conditional compilation constant is not valid: |09Interface '|1' can be implemented only once by this type.0Interface '|1' is not implemented by this class.'|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.'Statement is not valid in an interface.-'Sub New' cannot implement interface members.MArrays declared as structure members cannot be declared with an initial size.>Events declared with an 'As' clause must have a delegate type.7Protected types can only be declared inside of a class.DProperties with no required parameters cannot be declared 'Default'.TInitializers on structure members are valid only for 'Shared' members and constants.1Namespace or type '|1' has already been imported. Modules cannot be declared '|1'.e'Implements' statements must follow any 'Inherits' statement and precede all declarations in a class.FConflicts with '|1', which is implicitly declared for '|2' in |3 '|4'.j|1 '|2' implicitly defines '|3', which conflicts with a member implicitly declared for |4 '|5' in |6 '|7'.[|1 '|2' implicitly defines '|3', which conflicts with a member of the same name in |4 '|5'.K|1 '|2' conflicts with a member implicitly declared for |3 '|4' in |5 '|6'.1'Set' method cannot have more than one parameter.C'Set' parameter must have the same type as the containing property.('Set' parameter cannot be declared '|1'.KMethod in a structure cannot be declared 'Protected' or 'Protected Friend'.1Delegate in an interface cannot be declared '|1'.-Enum in an interface cannot be declared '|1'..Class in an interface cannot be declared '|1'.2Structure in an interface cannot be declared '|1'.Warning treated as error : |1F|1 '|2' conflicts with a |3 by the same name declared in base |4 '|5'.cDelegate constructor for type '|1', necessary for the implementation of delegates, cannot be found.'|1' is obsolete.9'|1' is a module and cannot be referenced as an assembly.9'|1' is an assembly and cannot be referenced as a module.gOperator '|1' is not defined for types '|2' and '|3'. Use 'Is' operator to compare two reference types.W'|1' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.7Members in a Module cannot implement interface members.FEvents cannot be declared with a delegate type that has a return type.Date constant is not valid.C'|1' cannot override '|2' because it is not declared 'Overridable'.DArray modifiers cannot be specified on both a variable and its type.U'NotOverridable' cannot be specified for methods that do not override another method.5Types declared 'Private' must be inside another type.8Import of type '|2' from assembly or module '|1' failed..ParamArray parameters must have an array type.;Implementing class '|1' for interface '|2' cannot be found.UReference to object under construction is not valid when calling another constructor.^Implicit reference to object under construction is not valid when calling another constructor.|Member '|1' cannot be found in class '|2'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.mClass '|1' cannot be found. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.+Property accessors cannot be declared '|1'.Access modifier '|1' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access level.KAccess modifier can only be applied to either 'Get' or 'Set', but not both.2'Set' accessor of property '|1' is not accessible.2'Get' accessor of property '|1' is not accessible.>'WriteOnly' properties cannot have an access modifier on 'Set'='ReadOnly' properties cannot have an access modifier on 'Get'JProperty accessors cannot be declared '|1' in a 'NotOverridable' property.CProperty accessors cannot be declared '|1' in a 'Default' property.JProperty cannot be declared '|1' because it contains a 'Private' accessor.`Implementing class '|1' for interface '|2' is not accessible in this context because it is '|3'.^Arrays used as attribute arguments are required to explicitly specify values for all elements.u'Exit AddHandler', 'Exit RemoveHandler' and 'Exit RaiseEvent' are not valid. Use 'Return' to exit from event members.CStatement cannot appear within an event body. End of event assumed.SStatement does not declare an 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.4'Custom Event' must end with a matching 'End Event'.C'AddHandler' declaration must end with a matching 'End AddHandler'.I'RemoveHandler' declaration must end with a matching 'End RemoveHandler'.C'RaiseEvent' declaration must end with a matching 'End RaiseEvent'.7'End AddHandler' must be the first statement on a line.:'End RemoveHandler' must be the first statement on a line.7'End RaiseEvent' must be the first statement on a line.@'Custom' modifier is not valid on events declared in interfaces.R'Custom' modifier is not valid on events declared without explicit delegate types.:'End Event' must be preceded by a matching 'Custom Event'.I'End AddHandler' must be preceded by a matching 'AddHandler' declaration.O'End RemoveHandler' must be preceded by a matching 'RemoveHandler' declaration.I'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration.!'AddHandler' is already declared.$'RemoveHandler' is already declared.!'RaiseEvent' is already declared./'AddHandler' definition missing for event '|1'.2'RemoveHandler' definition missing for event '|1'./'RaiseEvent' definition missing for event '|1'.I'AddHandler' and 'RemoveHandler' methods must have exactly one parameter.N'AddHandler' and 'RemoveHandler' method parameters cannot be declared 'ByRef'.SSpecifiers are not valid on 'AddHandler', 'RemoveHandler' and 'RaiseEvent' methods.l'AddHandler' and 'RemoveHandler' method parameters must have the same delegate type as the containing event.^'RaiseEvent' method must have the same signature as the containing event's delegate type '|1'.Y'AddHandler', 'RemoveHandler' and 'RaiseEvent' method parameters cannot be declared '|1'.K'|1' cannot refer to itself through its default instance; use 'Me' instead.M'Custom' modifier can only be used immediately before an 'Event' declaration.ZOption Strict Custom can only be used as an option to the command-line compiler (vbc.exe).'System.ObsoleteAttribute' cannot be applied to the 'AddHandler', 'RemoveHandler', or 'RaiseEvent' definitions. If required, apply the attribute directly to the event.Expression has the type '|1' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'.GExpression of type '|1' cannot be converted to 'Object' or 'ValueType'.5Type characters are not allowed in label identifiers.rType '|1' cannot be an array element type, return type, field type, type argument type, or 'ByRef' parameter type.3Type characters are not allowed on Imports aliases.?Class '|1' has no accessible 'Sub New' and cannot be inherited.ILocal variables within methods of structures cannot be declared 'Static'./Static local variable '|1' is already declared.FImports alias '|1' conflicts with '|2' declared in the root namespace.4'|1' cannot shadow a method declared 'MustOverride'.0Optional parameters cannot have structure types.5'|1' cannot override a method that has been shadowed.Event '|1' cannot implement event '|3.|2' because its delegate type does not match the delegate type of another event implemented by '|1'.!'|1' and '|2' cannot be combined.a|1 '|2' must be declared 'Overloads' because another '|2' is declared 'Overloads' or 'Overrides'.FOverloading methods declared in multiple base interfaces is not valid.X'|1' must be declared 'MustInherit' because it contains methods declared 'MustOverride'.z'Handles' in classes must specify a 'WithEvents' variable, 'MyBase', 'MyClass' or 'Me' qualified with a single identifier.a'|1', implicitly declared for |2 '|3', cannot shadow a 'MustOverride' method in the base |4 '|5'.>'|1 |2' cannot implement '|3' because '|3' is a reserved name._'|1' cannot shadow a 'MustOverride' method implicitly declared for |2 '|3' in the base |4 '|5'.G'|1' cannot override '|2' because it is not accessible in this context.]'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier.^'IsNot' requires operands that have reference types, but this operand has the value type '|1'.^'|1' conflicts with the reserved member by this name that is implicitly declared in all enums.$'|1' is already declared in this |2.7'System.Void' can only be used in a GetType expression.qEvent '|1' cannot implement event '|2' on interface '|3' because their delegate types '|4' and '|5' do not match.Type '|1' in assembly '|2' has been forwarded to assembly '|3'. Either a reference to '|3' is missing from your project or the type '|1' is missing from assembly '|3'.Q'|1' in assembly '|2' has been forwarded to itself and so is an unsupported type.PNon-intrinsic type names are not allowed in conditional compilation expressions.3Syntax error in conditional compilation expression.@Arrays of type 'System.Void' are not allowed in this expression.S'|1' is ambiguous because multiple kinds of members with this name exist in |2 '|3'2Expression of type '|1' can never be of type '|2'.G'Shared' attribute property '|1' cannot be the target of an assignment.I'ReadOnly' attribute property '|1' cannot be the target of an assignment.1Resource name '|1' cannot be used more than once.>'|1' cannot be used as an attribute because it is not a class.X'|1' cannot be used as an attribute because it does not inherit from 'System.Attribute'.j'|1' cannot be used as an attribute because it does not have a 'System.AttributeUsageAttribute' attribute.I'|1' cannot be used as an attribute because it is declared 'MustInherit'.h'|1' cannot be used as an attribute because it has 'MustOverride' methods that have not been overridden.(Cannot find .NET Framework directory: |0%Unable to open resource file '|1': |0>Attribute constant '|1' cannot be the target of an assignment.`Attribute member '|1' cannot be the target of an assignment because it is not declared 'Public'.f'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method.['System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to '|1'.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.}Project '|1' makes an indirect reference to assembly '|2', which contains '|3'. Add a file reference to '|4' to your project.MType '|1' cannot be used in an attribute because it is not declared 'Public'.]Type '|1' cannot be used in an attribute because its container '|2' is not declared 'Public'.OAssembly '|1' cannot be created because its path is longer than 259 characters.8'|1' cannot be referenced because it is not an assembly.1Unable to apply security attribute(s) to '|1': |05'|1' cannot be applied more than once to an assembly.|'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Sub, Function, or Operator with a non-empty body.S'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.V'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Get or Set.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.'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a method that is generic or contained in a generic type.z'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is generic or contained inside a generic type.uIndirect reference is being made to assembly '|1', which contains '|2'. Add a file reference to '|3' to your project.Y'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to instance method.['System.Runtime.InteropServices.DllImportAttribute' cannot be applied to interface methods.~'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method.Project '|1' makes an indirect reference to project '|2', which contains '|3'. Add a project reference to '|2' to your project.|Construct makes an indirect reference to project '|1', which contains '|2'. Add a project reference to '|1' to your project.@Local variable '|1' cannot be referred to before it is declared."'|1' is not valid within a Module."'|1' is valid only within a class.x'|1' is declared in project '|2', which is not referenced by project '|3'. Add a reference to '|2' to your project '|3'.>Statement cannot end a block outside of a line 'If' statement.'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.'|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.m'|1' is a delegate type and requires a single 'addressof' expression as the only argument to the constructor.LMethod declaration statements must be the first statement on a logical line.d'|1' cannot be named as a parameter in an attribute specifier because it is not a field or property.xOption Strict On disallows operands of type Object for operator '|1'. Use the 'Is' operator to test for object identity.ZBounds can be specified only for the top-level array when initializing an array of arrays. 'Assembly' or 'Module' expected.='|1' has no parameters and its return type cannot be indexed.8Comma, ')', or a valid expression continuation expected.'Resume' or 'GoTo' expected. '=' expected.?Parameter '|1' in '|2' already has a matching omitted argument.`'|1' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.;Expression is of type '|1', which is not a collection type.RDefault values cannot be supplied for parameters that are not declared 'Optional'.J'#Region' and '#End Region' statements are not valid within method bodies.BSpecifiers and attributes are not valid on 'Namespace' statements.3'MyBase' must be followed by '.' and an identifier.4'MyClass' must be followed by '.' and an identifier.Option Strict On disallows narrowing from type '|2' to type '|3' in copying the value of 'ByRef' parameter '|1' back to the matching argument.9'#ElseIf' cannot follow '#Else' as part of a '#If' block.0'End Sub' must be the first statement on a line.5'End Function' must be the first statement on a line.0'End Get' must be the first statement on a line.0'End Set' must be the first statement on a line.{Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.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.O'Next' statement names more variables than there are matching 'For' statements.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.TArray declared as for loop control variable cannot be declared with an initial size.oThe '|1' keyword is used to overload inherited members; do not use the '|1' keyword when overloading 'Sub New'.>Type character cannot be used in a type parameter declaration.Too few type arguments to '|1'. Too many type arguments to '|1'.OType argument '|1' does not inherit from or implement the constraint type '|2'.>'|1' has no type parameters and so cannot have type arguments.O'New' cannot be used on a type parameter that does not have a 'New' constraint.AType parameter '|1' can only have one constraint that is a class.IType constraint '|1' must be either a class, interface or type parameter./Type parameter already declared with name '|1'.0Type parameter '|1' for '|2' cannot be inferred.Type argument inference failed for type parameter '|1' of '|2'. Type argument could not be inferred from the argument passed to parameter '|3'.v'Is' operand of type '|1' can be compared only to 'Nothing' because '|1' is a type parameter with no class constraint.nCopying the value of 'ByRef' parameter '|1' back to the matching argument narrows from type '|2' to type '|3'.+'|1' has the same name as a type parameter.-|1 '|2' cannot inherit from a type parameter.2Type parameter not allowed in 'Implements' clause.8Type arguments cannot be applied to the expression '|1'.#Array lower bounds can be only '0'.3Type constraint cannot be a 'NotInheritable' class.)'|1' cannot be used as a type constraint.8Type parameters cannot be specified on this declaration.BType arguments are not valid because attributes cannot be generic.`Type parameters, generic types or types contained in generic types cannot be used as attributes.CLocal variables within generic methods cannot be declared 'Static'.U|1 '|2' implicitly defines a member '|3' which has the same name as a type parameter.?Constraint type '|1' already specified for this type parameter.Cannot implement interface '|1' because its implementation could conflict with the implementation of another implemented interface '|2' for some type arguments.Modules cannot be generic._Classes that are generic or contained in a generic type cannot inherit from an attribute class.['Declare' statements are not allowed in generic types or types contained in generic types.3'|1' is a generic type and requires type arguments.L'|1' cannot override '|2' because they differ by type parameter constraints.P'|1' cannot implement '|2.|3' because they differ by type parameter constraints.aType parameters or types constructed with type parameters are not allowed in attribute arguments.,Generic methods cannot use 'Handles' clause.P'New' constraint cannot be specified multiple times for the same type parameter.oType argument '|1' is declared 'MustInherit' and does not satisfy the 'New' constraint for type parameter '|2'.Type argument '|1' must have a public parameterless instance constructor to satisfy the 'New' constraint for type parameter '|2'.Type parameter '|1' must have either a 'New' constraint or a 'Structure' constraint to satisfy the 'New' constraint for type parameter '|2'.?Arguments cannot be passed to a 'New' used on a type parameter.4Generic type '|1' cannot be imported more than once.\Overload resolution failed because no accessible '|1' accepts this number of type arguments.Type arguments unexpected.<'|1' is already declared as a type parameter of this method.BType parameter cannot have the same name as its defining function.o'|1' and '|2' cannot overload each other because they could be identical for some type parameter substitutions.Type or 'New' expected.J'Of' required when specifying type arguments for a generic type or method.Comma or ')' expected.G'(' unexpected. Arrays of uninstantiated generic types are not allowed.'For Each' on type '|1' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'.y'IsNot' operand of type '|1' can be compared only to 'Nothing' because '|1' is a type parameter with no class constraint.-Type parameters cannot be used as qualifiers.Comma or ')' expected.'As', comma or ')' expected.R'Class' constraint cannot be specified multiple times for the same type parameter.V'Structure' constraint cannot be specified multiple times for the same type parameter.?'New' constraint and 'Structure' constraint cannot be combined.A'Class' constraint and 'Structure' constraint cannot be combined.VType argument '|1' does not satisfy the 'Structure' constraint for type parameter '|2'RType argument '|1' does not satisfy the 'Class' constraint for type parameter '|2'K'Class' constraint and a specific class type constraint cannot be combined.O'Structure' constraint and a specific class type constraint cannot be combined.Indirect constraint '|1' obtained from the type parameter constraint '|2' conflicts with the indirect constraint '|3' obtained from the type parameter constraint '|4'.mConstraint '|1' conflicts with the indirect constraint '|2' obtained from the type parameter constraint '|3'.mIndirect constraint '|1' obtained from the type parameter constraint '|2' conflicts with the constraint '|3'.! '|1' is constrained to '|2'.7Type parameter '|1' cannot be constrained to itself: |2LType parameter with a 'Structure' constraint cannot be used as a constraint.'System.Nullable' does not satisfy the 'Structure' constraint for type parameter '|1'. Only non-nullable 'Structure' types are allowed.Type argument inference failed for type parameter '|1' of '|2'. Type argument inferred from the argument passed to parameter '|3' conflicts with the type argument inferred from the argument passed to parameter '|4'.%No accessible non-generic '|1' found.9No accessible '|1' accepts this number of type arguments.]Constraint '|1' conflicts with the constraint '|2' already specified for type parameter '|3'.fCannot inherit interface '|1' because it could be identical to interface '|2' for some type arguments.Cannot inherit interface '|1' because the interface '|2' from which it inherits could be identical to interface '|3' for some type arguments.Cannot inherit interface '|1' because the interface '|2' from which it inherits could be identical to interface '|3' from which the interface '|4' inherits for some type arguments.Cannot inherit interface '|1' because it could be identical to interface '|2' from which the interface '|3' inherits for some type arguments.NGeneric parameters used as optional parameter types must be class constrained.Cannot implement '|1.|2' because its implementation could conflict with the implementation for '|3.|2' for some type arguments.N'|1' cannot be declared 'Shadows' outside of a class, structure, or interface.1Property parameters cannot have the name 'Value'.K'|1' cannot override '|2' because it expands the access of the base method.0Event name length cannot exceed 1011 characters.>WithEvents variable name length cannot exceed 1019 characters.|1Indirect reference is being made to assembly |1 version |2, which contains '|3'. This Project references a prior version of |1 version |4. To use '|3', you must replace the reference to |1 with version |2 or higher.[Project already has a reference to assembly |1. A second reference to '|2' cannot be added.qProject '|1' requires a reference to version '|2' of assembly '|3', but references version '|4' of assembly '|3'.9Object no longer exists due to compile error or deletion.Project has been closed.#There is already a class named '|1',Illegal call expression or index expression.WConflict between the default property and the 'DefaultMemberAttribute' defined on '|1'.#Class '|1' could not be created: |0J'|1' cannot be applied because the format of the GUID '|2' is not correct.\'Microsoft.VisualBasic.ComClassAttribute' and '|1' cannot both be applied to the same class.x'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '|1' because its container '|2' is not declared 'Public'.'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '|1' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the default property.'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '|1' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.y'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.ComClassAttribute' on '|1' cannot have the same value.f'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to a class that is declared 'MustInherit'.h'Microsoft.VisualBasic.ComClassAttribute' cannot be applied to '|1' because it is not declared 'Public'.dAttribute 'System.Runtime.InteropServices.DefaultCharSetAttribute' is not supported in this version.Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse..'Widening' and 'Narrowing' cannot be combined.Operator is not overloadable. Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.0'Handles' is not valid on operator declarations.3'Implements' is not valid on operator declarations.'End Operator' expected.5'End Operator' must be the first statement on a line.9'End Operator' must be preceded by a matching 'Operator'.?'Exit Operator' is not valid. Use 'Return' to exit an operator.0'|1' parameters cannot be declared 'ParamArray'..'|1' parameters cannot be declared 'Optional'.$Operators must be declared 'Public'.$Operators must be declared 'Shared'."Operators cannot be declared '|1'.&Operator '|1' must have one parameter.'Operator '|1' must have two parameters.5Operator '|1' must have either one or two parameters.GConversion operators must be declared either 'Widening' or 'Narrowing'.(Operators cannot be declared in modules./Only conversion operators can be declared '|1'.EParameter of this unary operator must be of the containing type '|1'.SAt least one parameter of this binary operator must be of the containing type '|1'.mEither the parameter type or the return type of this conversion operator must be of the containing type '|1'.1Operator '|1' must have a return type of Boolean.AConversion operators cannot convert from a type to the same type.9Conversion operators cannot convert to an interface type.AConversion operators cannot convert from a type to its base type.DConversion operators cannot convert from a type to its derived type..Conversion operators cannot convert to Object.;Conversion operators cannot convert from an interface type.5Conversion operators cannot convert from a base type.8Conversion operators cannot convert from a derived type.0Conversion operators cannot convert from Object.,Matching '|1' operator is required for '|2'.PReturn and parameter types of '|1' must be '|2' to be used in a '|3' expression.DType '|1' must define operator '|2' to be used in a '|3' expression.Cannot copy the value of 'ByRef' parameter '|1' back to the matching argument because type '|2' cannot be converted to type '|3'.DType '|1' must define operator '|2' to be used in a 'For' statement.PReturn and parameter types of '|1' must be '|2' to be used in a 'For' statement.EParameter types of '|1' must be '|2' to be used in a 'For' statement.=Operator '|1' must have a second parameter of type 'Integer'.3'Global' must be followed by '.' and an identifier.:'Global' not allowed in this context; identifier expected.5'Global' not allowed in handles; local name expected.9'ElseIf' must be preceded by a matching 'If' or 'ElseIf'.Attribute constructor has a 'ByRef' parameter of type '|1'; cannot use constructors with byref parameters to apply the attribute.3'End Using' must be preceded by a matching 'Using'.-'Using' must end with a matching 'End Using'.g'GoTo |1' is not valid because '|1' is inside a 'Using' statement that does not contain this statement.A'Using' operand of type '|1' must implement 'System.IDisposable'.?'Using' resource variable must have an explicit initialization.5'Using' resource variable type can not be array type.>'On Error' statements are not valid within 'Using' statements.k'|1' has the same name as another type exposed in a 'My' group. Rename the form or its enclosing namespace.2Implicit variable '|1' is invalid because of '|2'.'|1' is obsolete: '|2'|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'.T|1 '|2' conflicts with |3 '|2' in the base |4 '|5' and should be declared 'Shadows'.|1 '|2' shadows an overridable method in the base |3 '|4'. To override the base method, this method must be declared 'Overrides'.uDefault property '|1' conflicts with the default property '|2' in the base |3 '|4'. '|1' will be the default property'|1' is obsolete.5Possible problem detected while building assembly: |0:Possible problem detected while building assembly '|1': |0'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.|1 '|2' implicitly declares '|3', which conflicts with a member in the base |4 '|5', and so the |1 should be declared 'Shadows'.u|1 '|2' conflicts with a member implicitly declared for |3 '|4' in the base |5 '|6' and should be declared 'Shadows'.|1 '|2' implicitly declares '|3', which conflicts with a member implicitly declared for |4 '|5' in the base |6 '|7'. |1 should be declared 'Shadows'.('|1' accessor of '|2' is obsolete: '|3'."'|1' accessor of '|2' is obsolete.]|1 '|2' conflicts with |3 '|2' in the base |4 '|5' and so should not be declared 'Overloads'.|1 '|2' implicitly declares '|3', which conflicts with a member in the base |4 '|5', and so the |1 should not be declared 'Overloads'.~|1 '|2' conflicts with a member implicitly declared for |3 '|4' in the base |5 '|6' and so should not be declared 'Overloads'.|1 '|2' implicitly declares '|3', which conflicts with a member implicitly declared for |4 '|5' in the base |6 '|7'. So the |1 should not be declared 'Overloads'.)Type of member '|1' is not CLS-compliant.S'|1' is not CLS-compliant because it derives from '|2', which is not CLS-compliant.2Return type of function '|1' is not CLS-compliant.,Type of parameter '|1' is not CLS-compliant.['|1' is not CLS-compliant because the interface '|2' it inherits from is not CLS-compliant.]|1 '|2' cannot be marked CLS-compliant because its containing type '|3' is not CLS-compliant.Name '|1' is not CLS-compliant.2Underlying type '|1' of Enum is not CLS-compliant.CNon CLS-compliant '|1' is not allowed in a CLS-compliant interface.ONon CLS-compliant 'Mustoverride' member is not allowed in a CLS-compliant '|1'.'|1' is not CLS-compliant because it overloads '|2' which differs from it only by array of array parameter types or by the rank of the array parameter types.)Root namespace '|1' is not CLS-compliant.:Name '|1' in the root namespace '|2' is not CLS-compliant.<Generic parameter constraint type '|1' is not CLS-compliant.Type '|1' is not CLS-compliant.HType of optional value for optional parameter '|1' is not CLS-compliant.JSystem.CLSCompliantAttribute cannot be applied to property 'Get' or 'Set'.n|1 '|2' and partial |3 '|4' conflict in |5 '|6', but are being merged because one of them is declared partial.|1 '|2' and partial |3 '|4' declared in '|5' conflict in |6 '|7', but are being merged because one of them is declared partial.Type parameter '|1' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.$Could not find standard library '|1'6Delegate type '|1' of event '|2' is not CLS-compliant.System.Diagnostics.DebuggerHiddenAttribute does not affect 'Get' or 'Set' when applied to the Property definition. Apply the attribute directly to the 'Get' and 'Set' procedures as appropriate.{Range specified for 'Case' statement is not valid. Make sure that the lower bound is less than or equal to the upper bound.p'|1' method for event '|2' cannot be marked CLS compliant because its containing type '|3' is not CLS compliant.L'|1' in designer-generated type '|2' should call InitializeComponent method.XCasing of namespace name '|1' does not match casing of namespace name '|2' in file '|3'.Namespace or type specified in the Imports '|1' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.Namespace or type specified in the project-level Imports '|1' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.hAttribute '|1' cannot be specified more than once in this project, even with identical parameter values.aClass '|1' should declare a 'Sub New' because the '|2' in its base class '|3' is marked obsolete.fClass '|1' should declare a 'Sub New' because the '|2' in its base class '|3' is marked obsolete: '|4'First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base class '|2' of '|3' is marked obsolete.First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base class '|2' of '|3' is marked obsolete: '|4'8Operator without an 'As' clause; type of Object assumed.LType arguments inferred for method '|1' result in the following warnings :|2?Statement recursively calls the containing '|1' for event '|2'.sImplicit conversion from '|2' to '|3' in copying the value of 'ByRef' parameter '|1' back to the matching argument.{|1 '|2' conflicts with other members of the same name across the inheritance hierarchy and so should be declared 'Shadows'.U'Class_Initialize' event is no longer supported. Use 'Sub New' to initialize a class.U'Class_Terminate' event is no longer supported. Use 'Sub Finalize' to free resources.'|1' and '|2' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'. 'Shadows' assumed.:Expression recursively calls the containing Operator '|1'.l'|1.|2' from 'implements |3' is already implemented by the base class '|4'. Re-implementation of |5 assumed.W'|1.|2' is already implemented by the base class '|3'. Re-implementation of |4 assumed.&Implicit conversion from '|1' to '|2'.2Late bound resolution; runtime errors could occur.^Operands of type Object used for operator '|1'; use the 'Is' operator to test object identity.KOperands of type Object used for operator '|1'; runtime errors could occur.DVariable declaration without an 'As' clause; type of Object assumed.?Function without an 'As' clause; return type of Object assumed.8Property without an 'As' clause; type of Object assumed.Unused local variable: '|1'.Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.:Expression recursively calls the containing property '|1'..Inappropriate use of '|1' keyword in a module.='Catch' block never reached, because '|1' inherits from '|2'.}Variable '|1' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.J'Catch' block never reached; '|1' handled above in the same Try statement.aOperands of type Object used for operator '|1'; use the 'IsNot' operator to test object identity.?Bad checksum value, non hex digits or odd number of hex digits.DFile name already declared with a different GUID and checksum value.Bad GUID format.hOperands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.'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.'|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.nVariable '|1' is used before it has been assigned a value. A null reference exception could result at runtime.Function '|1' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.Operator '|1' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.Property '|1' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.Variable '|1' is passed by reference before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before useVariable '|1' is used before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before useMethod '|1' has a link demand, but overrides or implements the following methods which do not have a link demand. A security vulnerability may exist: |2Project '|1' requires a reference to version '|2' of assembly '|3', but references version '|4' of assembly '|3'. Reference to version '|2' emitted.Assembly '|1' references assembly '|2', which is ambiguous between '|3' (referenced by project '|4') and '|5' (referenced by project '|6'). '|3' will be used. If both assemblies are identical, change the references to the same location.dAssembly '|1' references assembly '|2', which is ambiguous between '|3' and '|4'. '|3' will be used.-Maximum number of warnings has been exceeded.qXML comment block must immediately precede the language element to which it applies. XML comment will be ignored.;Only one XML comment block is allowed per language element.OXML comment must be the first statement on a line. XML comment will be ignored.UXML comment cannot appear within a method or a property. XML comment will be ignored.>XML documentation parse error: |1 XML comment will be ignored.XML comment tag '|1' appears with identical attributes more than once in the same XML comment block. XML comment will be ignored.^XML comment tag '|1' is not permitted on a '|2' language element. XML comment will be ignored.wXML comment parameter '|1' does not match a parameter on the corresponding '|2' statement. XML comment will be ignored.PXML comment parameter must have a 'name' attribute. XML comment will be ignored.kXML comment has a tag with a 'cref' attribute '|1' that could not be resolved. XML comment will be ignored.RXML comment tag 'include' must have a '|1' attribute. XML comment will be ignored.0Unable to create XML documentation file '|1': |0XML comment block cannot be associated with any language element that supports the application of XML documentation comments. XML comment will be ignored.bXML comment tag 'returns' is not permitted on a 'WriteOnly' Property. XML comment will be ignored.gXML comment cannot be applied more than once on a partial |1. XML comments for this |1 will be ignored.lXML comment tag 'returns' is not permitted on a 'declare sub' language element. XML comment will be ignored.kXML documentation parse error: Start tag '|1' doesn't have a matching end tag. XML comment will be ignored.XML comment type parameter '|1' does not match a type parameter on the corresponding '|2' statement. XML comment will be ignored.UXML comment type parameter must have a 'name' attribute. XML comment will be ignored.PXML comment exception must have a 'cref' attribute. XML comment will be ignored.1Unable to include XML fragment '|1' of file '|2'./Badly formed XML. File '|1' cannot be included./Microsoft (R) Visual Basic Compiler version %s ,for Microsoft (R) .NET Framework version %s ;Copyright (c) Microsoft Corporation. All rights reserved. Visual Basic Compiler Options (Using alternate mscorlib.dll version %s 5Using alternate Microsoft.VisualBasic.dll version %s Fatal errorCommand line errorCommand line warning/compiler initialization failed unexpectedly: %sfile '%s' could not be found out of memory!unable to open response file '%s'!unrecognized option '%s'; ignoredno input sources specifiedoption '%s' requires ':%s'*response file '%s' included multiple times)source file '%s' specified multiple timescould not find library '%s'can't open '%s' for writing)the value '%s' is invalid for option '%s' the file '%s' is not a text file*code page '%s' is invalid or not installedcompilation failed : '%s'.option '%s' can be followed only by '+' or '-'"unable to load international DLL: .the maximum number of errors has been exceeded1cannot specify both /win32icon and /win32resourceQthe default assembly reference '%s' has already been automatically added; ignoredEignoring /noconfig option because it was specified in a response fileOwarning number '%s' for the option '%s' is either not configurable or not validbcannot send error report automatically. Please visit '%s' to configure send error report settings.5option '%s' cannot be followed by '+' or '-'; ignoredZcannot infer an output file name from resource only input files; provide the '/out' option- OUTPUT FILE - - INPUT FILES - - RESOURCES - - CODE GENERATION - - ERRORS AND WARNINGS - - LANGUAGE - - MISCELLANEOUS - - ADVANCED - - DEBUG VERSION ONLY - <file> <file_list><number><string> <wildcard> <symbol_list> <path_list> <resinfo><class> <import_list><path> <number_list><assembly_name>(Short form: /%s)Specifies the output file name.'Create a console application (default).Create a Windows application.Create a library assembly.1Create a module that can be added to an assembly.gInclude all files in the current directory and subdirectories according to the wildcard specifications.zSpecifies the Class or Module that contains Sub Main. It can also be a Class that inherits from System.Windows.Forms.Form./Reference metadata from the specified assembly.bAdds the specified file as an embedded assembly resource. resinfo:<file>[,<name>[,public|private]]cLinks the specified file as an external assembly resource. resinfo:<file>[,<name>[,public|private]]CSpecifies a Win32 icon file (.ico) for the default Win32 resources.'Specifies a Win32 resource file (.res).Emit debugging information.Enable optimizations.7Specifies the root Namespace for all type declarations.]Declare global Imports for namespaces in referenced metadata files. import_list:namespace,...LDeclare global conditional compilation symbol(s). symbol_list:name=value,...#Remove integer checks. Default off.&Specifies a strong name key container.*Emit full debugging information (default).Emit PDB file only.Disable all warnings.Treat all warnings as errors.MDelay-sign the assembly using only the public portion of the strong name key..Reference metadata from the specified modules.0Emit compiler output in UTF8 character encoding.Quiet output mode.<Location of the .NET Framework SDK directory (mscorlib.dll)."Target the .NET Compact Framework.!Generates XML documentation file.!Do not auto-include VBC.RSP file.8Specifies the codepage to use when opening source files.4Specify the alignment used for output file sections.+Generates XML documentation file to <file>.?Specifies binary-style string comparisons. This is the default.(Specifies text-style string comparisons.*Require explicit declaration of variables."Enforce strict language semantics..Insert command-line settings from a text file.)Do not display compiler copyright banner.Display this usage message.Create bug report file.!Display elapsed compilation time.Display verbose messages./The base address for a library or module (hex).NList of directories to search for metadata references. (Semi-colon delimited.)!Specifies a strong name key file.ZLimit which platforms this code can run on; must be x86, x64, Itanium or anycpu (default).aSpecifies how to handle internal compiler errors; must be prompt, send, none, or queue (default).BDo not reference standard libraries (system.dll and VBC.RSP file).&Disable a list of individual warnings.#Treat a list of warnings as errors.6Warn when strict language semantics are not respected.4### Visual Basic Compiler Defect Report, created %s ### Compiler version: %s '### Operating System: %s %d.%d.%d %s ### User Name: %s ### Compiler command line ### Source file: '%s' ### Compiler output ### Issue type: %s### User description $### User suggested correct behavior ### .NET Framework version: %s 3A file is being created with information needed to /reproduce your compiler problem, including the #contents of all source code files. DPlease describe the compiler problem (press Enter twice to finish): LDescribe what you think should have happened (press Enter twice to finish): Adding file '%s' Adding assembly reference '%s' "Adding resource file '%s' as '%s' Adding import '%s' Compiling... Compilation successful Compilation failed: %u error Compilation failed: %u errors #Compilation successful: %u warning $Compilation successful: %u warnings )Compilation failed: %u error, %u warning *Compilation failed: %u error, %u warnings *Compilation failed: %u errors, %u warning +Compilation failed: %u errors, %u warnings Adding module reference '%s' 0 *H s0o1 0 +0L +7>0<0 +70 0!0 +EQۚ$x{ѝ%ڲ x0033'J*30  *H 0w1 0 UUS10U Washington10URedmond10U Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0 130327200823Z 140627200823Z01 0 UUS10U Washington10URedmond10U Microsoft Corporation1 0 U MOPR1'0%U nCipher DSE ESN:F528-3777-8A761%0#UMicrosoft Time-Stamp Service0"0  *H 0 V_B2m|8X3kP! ]-Z.LctXʼnT y!"m3%@EN c+7Oj*ZW]=cp>"[2qyW?t{}|WX/و@:"A &%ΌgFMfs~;vtU`Ab8eFfVB]Td/8k.>HIVJi4Jbln \c]Hk!/ 00UX>1=6 ]20U#0#4RFp @v+50TUM0K0IGEChttp://crl.microsoft.com/pki/crl/products/MicrosoftTimeStampPCA.crl0X+L0J0H+08z L3ۿA|$| K  9N!Nl|p x`܋e\|Aa-Cge*ԧY2ō"(ذShGGa-:lOo=)DÒg1IQHx@00Ԡ3l25U0  *H 0y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Code Signing PCA0 140422173900Z 150722173900Z01 0 UUS10U Washington10URedmond10U Microsoft Corporation1 0 U MOPR10UMicrosoft Corporation0"0  *H 0 q]F˝[Fǰ9s`맶nhttp://www.microsoft.com/pki/certs/MicCodSigPCA_08-31-2010.crt0  *H w\ב=ͽ{مCs|6ǵ,^T:q@ q&^}l;ɪ_]*'~e T(8Z{V2˓ۯn]D԰N ']a( "pr#z,C3Roӈlޤ5Sew 5Y؆1},wrlMY&²W5|P+Y)8RE)N[_'Pm4 8W7(5:8j]"^{00 a3&10  *H 0_10 &,dcom10 &,d microsoft1-0+U$Microsoft Root Certificate Authority0 100831221932Z 200831222932Z0y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Code Signing PCA0"0  *H 0 rY\0d` BvSl>ok:t/2BN#r5W ʮ IhMKyKqG%ߝuϪsDׁ6\Eܯ=(hrsV5rv_wE8s[gRi/ t)v/T0Yҍb_F1P'@0r)("7N=2=͡8\NV(*2KOc-bE=F[&SzJF7<8w\V< _^0Z0U00UҴX7.3L 0 U0 +70# +71N&`;1o<-0 +7  SubCA0U#0`@V'%* SY0PUI0G0ECA?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+08http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0  *H Y9>&Fo@2j/nI_uL;-C -1#|P!]=/LVpyIr>A i˥ - PV-JҼp VชKWB4bxX34T߾NoHw܈ []p[99?%N N9-$ >&]ϣoZhQp "Q7*#Ȉ?=_H~dǣs?H}NgAX0rpY9Z@pz!VGa)Q{NnjĨ`Nu؍ (0$ *H  1000w1 0 UUS10U Washington10URedmond10U Microsoft Corporation1!0UMicrosoft Time-Stamp PCA33'J*30 +]0 *H  1  *H 0 *H  1 140522224921Z0# *H  1Q(YKxRݞXh0  *H Lvm822ϩ8֯`WyùyƆ{lhG(W6Y`CITd{ٓ8i M/PMgE]vŊ_طFd+bQEp1lS }m`xTX)b)ٱB`W޵T/'qckUڗe sP\+Y *Ր6#؇Ic$|r{YϙTWfŪt