|
|
BC2027 - cannot send error report automatically MICROSOFT Error Message cannot send error report automatically. Please visit 'http://go.microsoft.com/fwlink/?LinkId=42039' to configure send error report settings. You specified the /errorreport:send compiler option, but the computer is not configured to send error reports automatically. No information will be sent about internal errors in the Visual Basic compiler. Remove the /errorreport:send compiler option, or replace it with /errorreport:queue, /errorreport:prompt, or /errorreport:none. — or — Enable automatic error reporting by following the instructions at http://go.microsoft.com/fwlink/?LinkId=42039. Visual Basic .Net Compiler Messages Comments | | | BC31183 - XML namespace URI 'http://www.w3.org/XML/1998/namespace' can be bound only to 'xmlns' MICROSOFT The URI http://www.w3.org/XML/1998/namespace is used in an XML namespace declaration. This URI is a reserved namespace and cannot be included in an XML namespace declaration. Remove the XML namespace declaration or replace the URI http://www.w3.org/XML/1998/namespace with a valid namespace URI. Visual Basic .Net Compiler Messages Comments | | | BC31187 - Namespace declaration must start with 'xmlns' MICROSOFT An XML namespace has been specified without the required xmlns identifier. The xmlns identifier must contain only lowercase characters. Use the xmlns identifier when you declare an XML namespace. Following is an example: Visual Basic Imports http://SampleNamespace"> Visual Basic .Net Compiler Messages Comments | | |
| |
|
|