Specifiers and attributes are not valid on 'Namespace' statements
Namespaces are used for hierarchical organization of program blocks and programming elements. They do not take any modifiers or attributes.
Error ID: BC32026
To correct this error
- Remove all keywords and attribute blocks from the Namespace statement.
See Also
Concepts
Attributes Overview in Visual Basic