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


Localized version

현재 스레드가 STA(단일 스레드 아파트) 모드에 없습니다. UseShellExecute를 True로 설정하고 프로세스를 시작하려면 현재 스레드가 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
 Korean

Error category
 .Net Framework

Other localized versions
24 versions





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