Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Option statements should be the first non-comment statements in your source code.
Error ID: BC30627
To correct this error
- Move the Option statements to the top of the source code, immediately before Imports and Namespace statements.