'<attributename>' cannot be applied more than once to an assembly
The specified attribute can only be applied once to an attribute.
Error ID: BC31521
To correct this error
Remove redundant applications of this attribute.
If you are using a custom attribute you developed, modify AttributeUsageAttribute and set the AllowMultiple property to True.