프로젝트를 베이스부터 만들던 도중 나오는 에러들에 대해서 해당 글에 정리한다. 1. OpencvSharp 로드 에러System.TypeInitializationException: 'The type initializer for 'OpenCvSharp.Internal.NativeMethods' threw an exception.'DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern' or one of its dependencies: 지정된 모듈을 찾을 수 없습니다. (0x8007007E) 현재 위와같은 에러가 발생하였는데 구글 서칭과 클러드에게 물어보니 아래와같은 답변이 돌아왔다.Any CPU는 프로그램이 32비트(x86)와 64비트(x64) 환경 모두..