イントレ。
混在モードDLL = ネイティブC++とMSILのMixed-mode DLL。
.NET 2.0でコンパイルされた混在モードDLLを読み込もうとすると FileLoadException が発生します。
Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
構成ファイルを弄ればいいらしい。
・・・がよくわからないのでググった結論。
↓App.configに以下を追加すればいいみたい。
自分が使ってるものでは、System.Data.SQLiteとSlimDXが引っかかりました。
.NET 2.0でコンパイルされた混在モードDLLを読み込もうとすると FileLoadException が発生します。
Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
構成ファイルを弄ればいいらしい。
・・・がよくわからないのでググった結論。
↓App.configに以下を追加すればいいみたい。
自分が使ってるものでは、System.Data.SQLiteとSlimDXが引っかかりました。
Loading...
Utilities
- タグ
- カレンダー
- 最近の更新
- Adsense