Error -153 from NRFJPROG_open_dll

Hello,

I am attempting to update a custom C# application that is utilizing the NRFJPROG dll.
We are hoping to add compatibility for multiple programmers connected to the same PC.
To utilize this we plan on tracking multiple instances of the DLL using the functions that allow passing in of the instance variable.

However, we are getting error -153 or NRFJPROG_HOST_EXE_NOT_FOUND returned from NRFJPROG_open_dll_inst().
Changing this back to using the non instance controlled version (i.e. NRFJPROG_open_dll()) works correctly and does not return an error.

Could I get some more information on what causes error -153?

Thanks

Parents Reply Children
No Data
Related