'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to '|1'
The System.STAThreadAttribute and System.MTAThreadAttribute attributes are mutually exclusive.
Error ID: BC31513
To correct this error
- Apply either System.MTAThreadAttribute or System.STAThreadAttribute, but not both.