Hi all!
I succesfully could build system services out of LV Applications using srvany and instsrv in the past.
Now I get problems when I use classes with overwrite VIs:
They do have the same name so the name conflict is solved by the AppBuilder by copying the VIs with the same names to different subfolders. I can start the exe that is built this way.
But I cannot start the service I created!
I always get "Error 1053: The service did not respond to the start or control request in a timely fashion"
I guess this is due to not beeing able to load the VIs from the subfolders. But I am not sure.
I made a very easy VI to test it: Containig only 2 VIs with the same name, building the exe, (subfolders are created), exe can be started, created service succesfully, ERROR 1053 when starting the service!
I do not know how to solve this. I mean I really do need overwrite VIs and i do need the App to run as a service!
Any help is really appreciated.
Best regards,
Stefan