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.
You attempted to apply an attribute to a module whose AttributeUsageAttribute does not specify AttributeTargets.Module. When the attribute was declared, it was not defined to be applied to a module.
Error ID: BC30549
To correct this error
- Check the attribute declaration and specify AttributeTargets.ModuleorAttributeTargets.All.