Why do I get a 'procedure entry point' error when trying to run the MATLAB Web Server?

조회 수: 30 (최근 30일)
Why do I get the following error when trying to run the MATLAB Web Server?
ERROR: The procedure entry point mxSerialize could not be located in the dynamic link library libmx.dll

채택된 답변

MathWorks Support Team
MathWorks Support Team 2020년 12월 2일
편집: MathWorks Support Team 2020년 12월 2일
This error indicates that you might have two different versions of MATLAB installed, and the $MATLAB\bin\win32 folder of the older version is defined first on your system path environment variable ($MATLAB refers to your root MATLAB directory).
To correct this problem, make sure that the $MATLAB\bin\win32 directory for the latest
version of MATLAB is defined first on your system path.
For information on setting your system path, please take a look the attached solution
For Windows 2000,
1) Right Click on My Computer icon.
2) Select Properties
3) Click on the Advanced tab
4) Click on the Environment Variables... button
5) Select the Path System variable
6) Click on the Edit Button

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by