属性“<attributename>”不能应用于程序集

更新:2007 年 11 月

试图将属性应用于程序集,但该属性的 AttributeUsageAttribute 没有指定 AttributeTargets.Assembly。声明属性时,没有将其定义为可应用于程序集。

**错误 ID:**BC30548

更正此错误

  • 检查属性声明并指定 AttributeTargets.Assembly 或 AttributeTargets.All。

请参见

参考

AttributeUsageAttribute

AttributeTargets