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.
The Option Strict statement takes only On and Off as arguments; Option Strict Custom is not allowed.
Use the /optionstrict:custom compiler option to warn when strict language semantics are not respected.
Error ID: BC31141
To correct this error
Remove Option Strict Custom from the source code.
Specify the /optionstrict:custom option. For more information, see /optionstrict.