"System.STAThreadAttribute" и "System.MTAThreadAttribute" не могут вместе использоваться в "|1"'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to '|1'
Атрибуты System.STAThreadAttribute
и System.MTAThreadAttribute
являются взаимоисключающими.The System.STAThreadAttribute
and System.MTAThreadAttribute
attributes are mutually exclusive.
Идентификатор ошибки: BC31513Error ID: BC31513
Исправление ошибкиTo correct this error
- Примените только один атрибут:
System.MTAThreadAttribute
илиSystem.STAThreadAttribute
.Apply eitherSystem.MTAThreadAttribute
orSystem.STAThreadAttribute
, but not both.