Hello to everybody
I have done a custom script that it works fine but when it is called as a web service (with the program function Common_StartScripts) it returns the following error:
{
"responseStatus": {
"errorCode": "FileNotFoundException",
"message": "Could not load file or assembly 'VI.DataImport, Version=8.1.0.0, Culture=neutral, PublicKeyToken=5d0660cde5b231wd' or one of its dependencies. The system cannot find the file specified.",
"errors": []
}
}
It seems that the problem is when I use the VID_Write2Log function in the script.
How can I resolve the problem?
Thank you in advance.