問題タブ [dllnotfoundexception]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
.net - Emgu DLL が見つからず、Windows 8.1 で不正な画像形式の例外が発生する
私は Emgu.CV v 3.1 を使用する .Net アプリケーションを持っています。このアプリケーションは、Win 10 にインストールされた後は問題なく動作しますが、Win 8.1 64 ビットでは Type Initializer 例外で失敗し、x64 にインストールされている dll 'cvextern' の InnerException DLLNotFound が発生します。 .exe を含むメイン インストール フォルダーのサブフォルダー。cvextern dll をメインのインストール フォルダー (過去に問題を修正したフォルダー) にコピーすると、BadImageFormat 例外が発生します。