'Assembly' or 'Module' expected
A global attribute is specified without indicating whether it applies to the entire assembly or only to the current module. Global attributes must specify either Assembly
or Module
.
A global attribute is one that appears on a source line by itself, rather than being applied to the declaration of a particular programming element.
Error ID: BC32015
If you intend the attribute to be global, add the
Assembly
orModule
keyword to the beginning of the attribute block, followed by a colon (:).If you do not intend the attribute to be global, delete the attribute block or move it to a programming element declaration.
.NET feedback
.NET is an open source project. Select a link to provide feedback: