Udostępnij za pośrednictwem


'Namespace' statement must end with a matching 'End Namespace'

Namespace blocks must end with an End Namespace statement.

Error ID: BC30626

To correct this error

  • Add an End Namespace statement to the end of the Namespace block.

See Also

Concepts

Namespaces in Visual Basic

Reference

Namespace Statement