Skip to main content

Hi all,

We are testing a sample program with RMNet - XML functionalities, program compiles fine, but when running we are getting error:

XMLSetVersion: Program missing or inaccessible 

Our version is 10.0.1 on Windows 10, error is generated just after the "XML INITIALIZE" command.

Thank you.

Hi all,

We are testing a sample program with RMNet - XML functionalities, program compiles fine, but when running we are getting error:

XMLSetVersion: Program missing or inaccessible 

Our version is 10.0.1 on Windows 10, error is generated just after the "XML INITIALIZE" command.

Thank you.

I managed to solve it by adding :

SHARED_LIBRARY_LIST=xmlif.dll

in the runtime configuration file.

However, adding:

SET ENVIRONMENT "SHARED_LIBRARY_LIST" TO "xmlif.dll"

did not have any effect at all.

Thanks