cannot send error report automatically

cannot send error report automatically. Please visit 'https://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.

Error ID: BC2027

To correct this error

  • 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 https://go.microsoft.com/fwlink/?LinkId=42039.

See Also

Reference

/errorreport

Other Resources

https://go.microsoft.com/fwlink/?LinkId=42039