English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

現在のスレッドは、Single Thread Apartment (STA) モードにありません。True に設定された UseShellExecute でプロセスを開始するには、現在のスレッドを STA モードに指定する必要があります。Main 関数に STAThreadAttribute が設定されているかどうか確認してください。

Click to search this error in Google

English version

Current thread is not in Single Thread Apartment (STA) mode. Starting a process with UseShellExecute set to True requires the current thread be in STA mode. Ensure that your Main function has STAThreadAttribute marked.

Click to search this error in Google



Localized version
 Japanese

Error category
 .Net Framework

Other localized versions
24 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions