LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.net with APP Builder

I have a problem with the Labview APP Builder.

After changing from Labview 22 to Labview 25 I have the following phenomenon in my EXE:

I call a DLL (.Net Framework) via a consturctor node and close it directly (for testing).

When I do this in my main everything works

If I place this call in one of my Actor SubVis, I get an error message when starting the Actor, because one of the associated Vis is faulty. (At the same time, the call works in the Main)

In the Dev. environment the call works without problems.

0 Kudos
Message 1 of 3
(341 Views)

Have you tried to do a mass compile on the project once you moved it to 2025, just to make sure there is nothing weird going on, and then building it.

 

In the %temp% directory on your computer, when running the exe and encountering the issue, there should be a "EXEName_bitness_25.1._username_cur.txt. There may be one called BrokenVILog as well, that will provide more information for the exe of what exactly it is saying is broken and that could be helpful for us to help you. Usually the first item in the list is the most important item.

0 Kudos
Message 2 of 3
(322 Views)

Thank you very much,

the info the mass compilation is now running...

I found this in the text file:
missingRefees: [ { refType: ‘DNVA’; refIdent: { name: ‘SharpZebra:1.0.6.0:neutral:SharpZebra.dll’; path: ‘C:\myapp\data\SharpZebra.dll’;}; }

I found this in the text file. However, the file exists and can also be called from my main

0 Kudos
Message 3 of 3
(309 Views)