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


Localized version

FileStream에서 파일이 아닌 장치를 열라는 요청을 받았습니다. 'com1:' 또는 'lpt1:'과 같은 장치를 지원하려면 CreateFile을 호출한 다음, IntPtr로 OS 핸들을 사용하는 FileStream 생성자를 사용하십시오.

Click to search this error in Google

English version

FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.

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