BC30001: Statement is not valid in a namespace

The statement cannot appear at the level of a namespace. The only declarations allowed at namespace level are module, interface, class, delegate, enumeration, and structure declarations.

Error ID: BC30001

To correct this error

  • Move the statement to a location within a module, class, interface, structure, enumeration, or delegate definition.

See also