Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 895 Bytes

bc30618.md

File metadata and controls

25 lines (19 loc) · 895 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: 'Namespace' statements can occur only at file or namespace level
'Namespace' statements can occur only at file or namespace level
07/20/2015
bc30618
vbc30618
BC30618
bcd365a4-5d84-4c3c-83dc-40cb4c47f73b

'Namespace' statements can occur only at file or namespace level

Namespace statements must appear after Option statements, Imports statements, and global attributes, but before all other declarations in your source file.

Error ID: BC30618

To correct this error

  • Move the Namespace statement to the top of your namespace declaration or source file.

See also