'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.