| Draft for Information Only Content
    DotNet links from doc.microsoft.comWelcome to .Net
 
    DotNet links from doc.microsoft.com
    Source/Reference:https://docs.microsoft.com/en-us/dotnet/welcome
 Welcome to .Net
  Welcome.NET Guide
.NET Core Guide
.NET Framework Guide
C# Guide
F# Guide
    F# GuideGet Started
    What is F#Tour of F#Tutorials
        Introduction to Functional Programming
        Asynchronous and Concurrent Programming
        Type Providers
        F# InteractiveF# Language Reference
    F# style guide
    Using F# on Azure
    Visual Basic Guide
    Visual Basic GuideWhat's New for Visual BasicGet Started
    Developing Applications
    Programming Concepts
    Program Structure and Code Conventions
    Language Features
    COM Interop
    Language Reference
        Language ReferenceConfigure language versionTypographic and Code ConventionsVisual Basic Runtime Library MembersKeywords
        AttributesConstants and EnumerationsData Type Summary
        Directives
        Functions
        Modifiers
        ModulesNothingObjects
        Operators
        PropertiesQueries
        Statements
        XML Comment Tags
        XML Axis Properties
        XML Literals
        Error Messages
            Error Messages'#ElseIf' must be preceded by a matching '#If' or '#ElseIf''#Region' and '#End Region' statements are not valid within method bodies-multiline lambdas'<attribute>' cannot be applied because the format of the GUID '<number>' is not correct'<classname>' is not CLS-compliant because the interface '<interfacename>' it implements is not CLS-compliant'<elementname>' is obsolete (Visual Basic Warning)'<eventname>' is an event, and cannot be called directly'<expression>' cannot be used as a type constraint'<functionname>' is not declared (Smart Device-Visual Basic Compiler Error)'<interfacename>.<membername>' is already implemented by the base class '<baseclassname>'. Re-implementation of <type> assumed'<keyword>' is valid only within an instance method'<membername>' cannot expose type '<typename>' outside the project through <containertype> '<containertypename>''<membername>' is ambiguous across the inherited interfaces '<interfacename1>' and '<interfacename2>'<message> This error could also be due to mixing a file reference with a project reference to assembly '<assemblyname>''<methodname>' has multiple definitions with identical signatures'<name>' is ambiguous in the namespace '<namespacename>''<name1>' is ambiguous, imported from the namespaces or types '<name2>'<proceduresignature1> is not CLS-compliant because it overloads <proceduresignature2> which differs from it only by array of array parameter types or by the rank of the array parameter types<type1>'<typename>' must implement '<membername>' for interface '<interfacename>'<type1>'<typename>' must implement '<methodname>' for interface '<interfacename>''<typename>' cannot inherit from <type> '<basetypename>' because it expands the access of the base <type> outside the assembly'<typename>' is a delegate type'<typename>' is a type and cannot be used as an expressionA double quote is not a valid comment token for delimited fields where EscapeQuote is set to TrueA property or method call cannot include a reference to a private object, either as an argument or as a return valueA reference was created to embedded interop assembly '<assembly1>' because of an indirect reference to that assembly from assembly '<assembly2>'A startup form has not been specifiedAccess of shared member through an instance; qualifying expression will not be evaluated'AddressOf' operand must be the name of a method (without parentheses)An unexpected error has occurred because an operating system resource required for single instance startup cannot be acquiredAnonymous type member name can be inferred only from a simple or qualified name with no argumentsArgument not optionalArray bounds cannot appear in type specifiersArray declared as for loop control variable cannot be declared with an initial sizeArray subscript expression missingArrays declared as structure members cannot be declared with an initial size'As Any' is not supported in 'Declare' statementsAttribute '<attributename>' cannot be applied multiple timesAutomation errorBad checksum value, non hex digits or odd number of hex digitsBad DLL calling conventionBad file modeBad file name or numberBad record lengthBecause this call is not awaited, the current method continues to run before the call is completedCannot convert anonymous type to expression tree because it contains a field that is used in the initialization of another fieldCannot create ActiveX ComponentCannot refer to '<name>' because it is a member of the value-typed field '<name>' of class '<classname>' which has 'System.MarshalByRefObject' as a base classCannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the classCan't create necessary temporary fileCan't open '<filename>' for writingClass '<classname>' cannot be foundClass does not support Automation or does not support expected interface'Class' statement must end with a matching 'End Class'Clipboard format is not validConstant expression not representable in type '<typename>'Constants must be of an intrinsic or enumerated type, not a class, structure, type parameter, or array typeConstructor '<name>' cannot call itselfCopying the value of 'ByRef' parameter '<parametername>' back to the matching argument narrows from type '<typename1>' to type '<typename2>''Custom' modifier is not valid on events declared without explicit delegate typesData type(s) of the type parameter(s) cannot be inferred from these argumentsDeclaration expectedDefault property '<propertyname1>' conflicts with default property '<propertyname2>' in '<classname>' and so should be declared 'Shadows'Default property access is ambiguous between the inherited interface members '<defaultpropertyname>' of interface '<interfacename1>' and '<defaultpropertyname>' of interface '<interfacename2>'Delegate class '<classname>' has no Invoke method, so an expression of this type cannot be the target of a method callDerived classes cannot raise base class eventsDevice I/O error'Dir' function must first be called with a 'PathName' argumentEnd of statement expectedError creating assembly manifest: <error message>Error creating Win32 resources: <error message>Error in loading DLLError saving temporary Win32 resource file '<filename>': <error message>Errors occurred while compiling the XML schemas in the projectEvaluation of expression or statement timed outEvent '<eventname1>' cannot implement event '<eventname2>' on interface '<interface>' because their delegate types '<delegate1>' and '<delegate2>' do not matchEvents cannot be declared with a delegate type that has a return typeEvents of shared WithEvents variables cannot be handled by non-shared methodsExpression does not produce a valueExpression has the type '<typename>' which is a restricted type and cannot be used to access members inherited from 'Object' or 'ValueType'Expression is a value and therefore cannot be the target of an assignmentExpression of type <type> is not queryableExpression recursively calls the containing property '<propertyname>'Expression too complex'Extension' attribute can be applied only to 'Module', 'Sub', or 'Function' declarationsFile already openFile is too large to read into a byte arrayFile name or class name not found during Automation operationFile not found (Visual Basic Run-Time Error)First operand in a binary 'If' expression must be nullable or a reference typeFirst statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' (No Accessible Constructor Without Parameters)First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '<constructorname>' in the base class '<baseclassname>' of '<derivedclassname>' is marked obsolete: '<errormessage>''For Each' on type '<typename>' is ambiguous because the type implements multiple instantiations of 'System.Collections.Generic.IEnumerable(Of T)'Friend assembly reference <reference> is invalidFunction '<procedurename>' doesn't return a value on all code pathsFunction evaluation is disabled because a previous function evaluation timed outGeneric parameters used as optional parameter types must be class constrained'Get' accessor of property '<propertyname>' is not accessibleHandles clause requires a WithEvents variable defined in the containing type or one of its base typesIdentifier expectedIdentifier is too longInitializer expectedInput past end of fileInternal error happened at <location>Implicit conversion from '<typename1>' to '<typename2>' in copying the value of 'ByRef' parameter '<parametername>' back to the matching argument.'Is' requires operands that have reference types, but this operand has the value type '<typename>''IsNot' operand of type 'typename' can only be compared to 'Nothing', because 'typename' is a nullable typeLabels that are numbers must be followed by colonsLambda expression will not be removed from this event handlerLambda expressions are not valid in the first expression of a 'Select Case' statementLate bound resolution; runtime errors could occurLatebound overload resolution cannot be applied to '<procedurename>' because the accessing instance is an interface typeLeading '.' or '!' can only appear inside a 'With' statementLine is too long'Line' statements are no longer supported (Visual Basic Compiler Error)Method does not have a signature compatible with the delegateMethods of 'System.Nullable(Of T)' cannot be used as operands of the 'AddressOf' operator'Module' statements can occur only at file or namespace levelName <membername> is not CLS-compliantName '<name>' is not declaredName <namespacename> in the root namespace <fullnamespacename> is not CLS-compliantNamespace or type specified in the Imports '<qualifiedelementname>' doesn't contain any public member or cannot be foundNamespace or type specified in the project-level Imports '<qualifiedelementname>' doesn't contain any public member or cannot be foundNeed property array indexNested function does not have a signature that is compatible with delegate '<delegatename>'No accessible 'Main' method with an appropriate signature was found in '<name>'Non-CLS-compliant <membername> is not allowed in a CLS-compliant interfaceNullable type inference is not supported in this contextNumber of indices exceeds the number of dimensions of the indexed arrayObject or class does not support the set of eventsObject requiredObject variable or With block variable not setOperator declaration must be one of: +,-,*,-,-,^, &, Like, Mod, And, Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse'Optional' expectedOptional parameters must specify a default valueOrdinal is not validOut of memory (Visual Basic Compiler Error)Out of stack spaceOut of string spaceOverflow (Visual Basic Error)Overflow (Visual Basic Run-Time Error)Path not foundPath-File access errorPermission deniedProcedure call or argument is not validProperty '<propertyname>' doesn't return a value on all code pathsProperty array index is not validProperty let procedure not defined and property get procedure did not return an objectProperty not foundProperty or method not foundRange variable <variable> hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expressionRange variable name can be inferred only from a simple or qualified name with no argumentsReference required to assembly '<assemblyidentity>' containing type '<typename>', but a suitable reference could not be found due to ambiguity between projects '<projectname1>' and '<projectname2>'Reference required to assembly '<assemblyname>' containing the base class '<classname>'Requested operation is not available (BC35000)Resume without errorReturn type of function '<procedurename>' is not CLS-compliant'Set' accessor of property '<propertyname>' is not accessibleSome subkeys cannot be deletedStatement cannot end a block outside of a line 'If' statementStatement is not valid in a namespaceStatement is not valid inside a method-multiline lambdaString constants must end with a double quoteStructure '<structurename>' must contain at least one instance member variable or at least one instance event declaration not marked 'Custom''Sub Main' was not found in '<name>'Sub or Function not definedSubscript out of rangeTextFieldParser is unable to complete the read operation because maximum buffer size has been exceededThe type for variable '<variablename>' will not be inferred because it is bound to a field in an enclosing scopeThis array is fixed or temporarily lockedThis key is already associated with an element of this collectionToo many filesType '<typename>' has no constructorsType <typename> is not CLS-compliantType '<typename>' is not definedType arguments could not be inferred from the delegateType mismatchType of '<variablename>' cannot be inferred because the loop bounds and the step variable do not widen to the same typeType of member '<membername>' is not CLS-compliantType of optional value for optional parameter <parametername> is not CLS-compliantType of parameter '<parametername>' is not CLS-compliantType parameters cannot be used as qualifiersUnable to create strong-named assembly from key file '<filename>': <error>Unable to embed resource file '<filename>': <error message>Unable to emit assembly: <error message>Unable to find required file '<filename>'Unable to get serial port names because of an internal system errorUnable to link to resource file '<filename>': <error message>Unable to load information for class '<classname>'Unable to write output to memoryUnable to write temporary file because temporary path is not availableUnable to write to output file '<filename>': <error>Underlying type <typename> of Enum is not CLS-compliantUsing the iteration variable in a lambda expression may have unexpected resultsValue of type '<typename1>' cannot be converted to '<typename2>'Value of type '<typename1>' cannot be converted to '<typename2>' (Multiple file references)Value of type 'type1' cannot be converted to 'type2'Variable '<variablename>' hides a variable in an enclosing blockVariable '<variablename>' is used before it has been assigned a valueVariable uses an Automation type not supported in Visual BasicXML axis properties do not support late bindingXML comment exception must have a 'cref' attributeXML entity references are not supportedXML literals and XML properties are not supported in embedded code within ASP.NETXML namespace URI '<uri>' can be bound only to 'xmlns'Reference
    Sample ApplicationsWalkthroughsML.NET Guide.NET for Apache Spark GuideSamples and Tutorials ©sideway
 
 ID: 190600023 Last Updated: 6/23/2019 Revision: 0 Ref:   
 
References
 
 Active Server Pages,  , http://msdn.microsoft.com/en-us/library/aa286483.aspx  ASP Overview,  , http://msdn.microsoft.com/en-us/library/ms524929%28v=vs.90%29.aspx  ASP Best Practices,  , http://technet.microsoft.com/en-us/library/cc939157.aspx  ASP Built-in Objects,  , http://msdn.microsoft.com/en-us/library/ie/ms524716(v=vs.90).aspx  Response Object,  , http://msdn.microsoft.com/en-us/library/ms525405(v=vs.90).aspx  Request Object,  , http://msdn.microsoft.com/en-us/library/ms524948(v=vs.90).aspx  Server Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525541(v=vs.90).aspx  Application Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525360(v=vs.90).aspx  Session Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms524319(8v=vs.90).aspx  ASPError Object,  , http://msdn.microsoft.com/en-us/library/ms524942(v=vs.90).aspx  ObjectContext Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525667(v=vs.90).aspx  Debugging Global.asa Files,  , http://msdn.microsoft.com/en-us/library/aa291249(v=vs.71).aspx  How to: Debug Global.asa files,  , http://msdn.microsoft.com/en-us/library/ms241868(v=vs.80).aspx  Calling COM Components from ASP Pages,  , http://msdn.microsoft.com/en-us/library/ms524620(v=VS.90).aspx  IIS ASP Scripting Reference,  , http://msdn.microsoft.com/en-us/library/ms524664(v=vs.90).aspx  ASP Keywords,  , http://msdn.microsoft.com/en-us/library/ms524672(v=vs.90).aspx  Creating Simple ASP Pages,  , http://msdn.microsoft.com/en-us/library/ms524741(v=vs.90).aspx  Including Files in ASP Applications,  , http://msdn.microsoft.com/en-us/library/ms524876(v=vs.90).aspx  ASP Overview,  , http://msdn.microsoft.com/en-us/library/ms524929(v=vs.90).aspx  FileSystemObject Object,  , http://msdn.microsoft.com/en-us/library/z9ty6h50(v=vs.84).aspx  http://msdn.microsoft.com/en-us/library/windows/desktop/ms675944(v=vs.85).aspx,  , ADO Object Model  ADO Fundamentals,  , http://msdn.microsoft.com/en-us/library/windows/desktop/ms680928(v=vs.85).aspx   |  |