Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An attempt was made to use an attribute that was declared without the System.AttributeUsageAttribute to define its usage.
Error ID: BC31505
To correct this error
- Custom attributes must be classes derived fromSystem.Attribute that have the AttributeUsageAttribute attribute applied.