에러 메시지 & 스택 트레이스
System.BadImageFormatException이(가) 처리되지 않았습니다.
  Message=은(는) 올바른 Win32 응용 프로그램이 아닙니다. (예외가 발생한 HRESULT: 0x800700C1)
  Source=mscorlib
  StackTrace:
       위치: System.Reflection.Assembly._nGetEntryPoint()
       위치: System.Reflection.Assembly.get_EntryPoint()
       위치: Microsoft.VisualStudio.HostingProcess.HostProc.GetEntryPointAptThreadState(String assemblyFile)
       위치: Microsoft.VisualStudio.HostingProcess.HostProc.RunParkingWindowThread()
       위치: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       위치: System.Threading.ThreadHelper.ThreadStart()
  InnerException:

64bit O/S에서 프로젝트 빌드시 위와 같은 에러 메시지가 발생하면 빌드옵션에서 플랫폼 대상을 x86으로 설정해주세요.


이제 다시 빌드하시면 됩니다.
저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License
by 서영아빠 2012/02/20 13:19
| 1 |