Edit

Share via


'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