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


Localized version

메모리를 복사하는 동안 예상 I/O 경합 상태가 감지되었습니다. I/O 패키지는 기본적으로 스레드로부터 안전하지 않습니다. 다중 스레드 응용 프로그램에서는 TextReader 또는 TextWriter의 Synchronized 메서드에서 반환되는 스레드 보호 래퍼와 같이 스레드로부터 안전한 방식으로 스트림에 액세스해야 합니다. 이것은 StreamWriter 및 StreamReader와 같은 클래스에도 적용됩니다.

Click to search this error in Google

English version

Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.

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