System.STATheadAttribute und System.MTAThreadAttribute können nicht zusammen auf dieselbe Methode angewendet werden
Aktualisiert: November 2007
'System.STAThreadAttribute' and 'System.MTAThreadAttribute' cannot both be applied to the same method
Die Attribute System.STAThreadAttribute und System.MTAThreadAttribute schließen sich gegenseitig aus.
Fehler-ID: BC31512
So beheben Sie diesen Fehler
- Geben Sie entweder System.MTAThreadAttribute oder System.STAThreadAttribute, nicht aber beide Attribute an.