'System.STAThreadAttribute' e 'System.MTAThreadAttribute' não podem ser aplicados a '|1''System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to '|1'
Os System.STAThreadAttribute
System.MTAThreadAttribute
atributos e são mutuamente exclusivos.The System.STAThreadAttribute
and System.MTAThreadAttribute
attributes are mutually exclusive.
ID do erro: BC31513Error ID: BC31513
Para corrigir este erroTo correct this error
- Aplique um
System.MTAThreadAttribute
ouSystem.STAThreadAttribute
, mas não ambos.Apply eitherSystem.MTAThreadAttribute
orSystem.STAThreadAttribute
, but not both.