Assembly or Module attribute statements must precede any declarations in a file
Global attributes must be declared at the top of a source file, after Option
and Imports
statements, but before any other statements.
Error ID: BC30637
- Place global attributes, such as
<Module:>
and<Assembly:>
at the top of your source file.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: