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.
Command-line applications must have a Sub Main
defined. Main
must be declared as Public Shared
if it is defined in a class, or as Public
if defined in a module.
Error ID: BC30737
To correct this error
- Define a
Public Sub Main
procedure for your project. Declare it asShared
if and only if you define it inside a class.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.