Assembly attribute '<attributename>' is not valid: <error>

The common language runtime does not accept the attribute on an assembly.

Error ID: BC30129

To correct this error

  1. Remove the attribute from the declaration or replace it with an attribute that is valid for the context.

  2. Examine the quoted error message and take the appropriate action.

See Also

Tasks

How to: Define Your Own Attributes