MWMCR::EvaluateFunction error in ASP.NET - The specified procedure could not be found

3 ビュー (過去 30 日間)
Chloe Thorne
Chloe Thorne 2022 年 1 月 27 日
回答済み: Divyanshu 2024 年 2 月 1 日
I am getting the below error when trying to call my MATLAB function using the dll's provided by the Library compilier in ASP.NET:
... MWMCR::EvaluateFunction error ...
Loading C:\Program Files\MATLAB\R2021b\bin\win64\builtins\vision_builtins\mwvision_builtinimpl.dllfailed with error: The specified procedure could not be found. : state not recoverable: state not recoverable.
My MATLAB function uses bagOfFeatures and the NN predict function.
Any advice would be great.

回答 (1 件)

Divyanshu
Divyanshu 2024 年 2 月 1 日
Hi Chloe,
A possible cause for the error you are getting is a dll conflict. Please go through the following pointers:
  • Generally ASP.NET is loaded by IIS, which also has a specific DLL search order.
  • Therefore the DLL version of your compiled MATLAB function does not work because of a DLL conflict issue with IIS.
Thanks.

カテゴリ

Help Center および File ExchangeMATLAB Compiler SDK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by