Share via


'End Namespace' must be preceded by a matching 'Namespace'

Namespace blocks begin with a Namespace statement and end with an End Namespace construct.

Error ID: BC30623

To correct this error

  • Make sure that the namespace block begins with a Namespace statement.

See Also

Concepts

Namespaces in Visual Basic

Reference

Namespace Statement