09-03-2022 01:16 PM
I am using LabView 2022 Community Edition. The VI is reading values and writing it to an EXEL-File using the NI_report.lvclass:Create Report.vi. In the development enviroment it is working fine.
When i build an EXE-file it is still working fine on the development computer.
When i copy the 3 files to another computer I get the error 7: LabView attempted to locate the Class at this path: ...Application.exe/1abvi3w/vi.lib/Utility/NIReport.llb/Excel/NI_Excel.lvclass. This occures after selecting the path to store my data.
I remember, that in the older versions soemthing has to be included during building, but unfortunately i forgott the details. I'm only occasionally doing development with LabView.
Thank you for any help,
Bernd
Solved! Go to Solution.
09-03-2022 01:33 PM
Have you installed an appropriate LabVIEW Runtime Engine on the PC where you are trying to run your Executable? [Note that the machine where you installed Community Edition has the Runtime Engine already installed, needed to "run LabVIEW", of course].
Bob Schor
09-04-2022 12:18 AM
It's probably this: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019O6PSAU&l=en-US
09-04-2022 08:33 AM
Thank you, that is the solution.
Bernd