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 an assembly whose AttributeUsageAttribute does not specify AttributeTargets.Assembly. When the attribute was declared, it was not defined to be applicable to an assembly.
Error ID: BC30548
To correct this error
- Check the attribute declaration and specify AttributeTargets.Assembly or AttributeTargets.All.