03-12-2024 05:37 PM
Hi Everyone,
I've created a project containing gRPC client library.
It works well from the development environment and now I need to create executable and, eventually, the installation package for customer to test it out.
When running an executable, I got the following error:
Error 7 occurred at Call Library Function Node in grpc-lvsupport-release.lvlib:Create Client.vi:560002->Voluson_client.lvlib:Create Client.vi:560001->gRPCFunctionCall.vi->Sequence Editor 1.vi
LabVIEW: (Hex 0x7) File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
The best I can tell is Create Client.vi throws an error, perhaps due to not finding server DLL, but its just my guess, as I was able to dig down to Create Client.vi:
Not sure why would it act any different when compiled. The executable is placed at the same location as project file. I began to wonder if I'm digging in the wrong place. Are there a steps I need to take to generate an executable, property set, etc.,?
Thank you!
03-12-2024 06:57 PM
You should include <LabVIEW>\vi.lib\gRPC\LabVIEW gRPC Library\Libraries folder in your build specification.
03-13-2024 02:33 PM
Hi ZYOng,
Thank you for your replay. I see the problem, but not sure I understand the solution. Can you show me where in build specification do I add that folder?