La seguente schermata appare quando si esegue [alternative --config mta]. There are 2 programs which provide 'mta'.
Selection Command
-----------------------------------------------
+ 1 /usr
ho questo semplice codice: public void Run()
{
var invokerThread = new Thread(new ThreadStart(RunOnBackground));
invokerThread.Start();
}
private void RunOnBackground()
{
Trace.Wri
Se si crea un thread STA come questo: Thread.SetApartmentState(STA);, non è possibile eseguire il codice contrassegnato con l'attributo [MTAThread]. Abbiamo visto [STAThread] in finestre e le applicaz