MATLAB Compiler SDK で作成した.NET のdll をC#と組み込むとエラーが出る

以下のような、エラーができます。 どのような、症状でしょうか?
Assembly 'xxxdll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'MWArray, Version=2.17.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f' which has a higher version than referenced assembly 'MWArray, Version=2.16.1.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f'

 채택된 답변

Takafumi
Takafumi 2017년 5월 2일

0 개 추천

作成したDLLのMATLABバージョンと、 ライブラリで使うMWArray のMATLAB Compiler Runtime のバージョンが一致していません。
再度確認してみてください。
なお、MATLAB Compiler Runtime に関しては、バージョンの互換性はありませんので、ご注意ください。

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 .NET アセンブリの統合에 대해 자세히 알아보기

질문:

2017년 5월 2일

답변:

2017년 5월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!