Identifier is too long

The name, or identifier, of every programming element is limited to 1023 characters. In addition, a fully qualified name cannot exceed 1023 characters. This means that the entire identifier string (<namespace>.<...>.<namespace>.<class>.<element>) cannot be more than 1023 characters long, including the member-access operator (.) characters.

Error ID: BC30033

To correct this error

  • Reduce the length of the identifier.

See Also

Concepts

Declared Element Names (Visual Basic)