From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview version 2020 to version 2021

Solved!
Go to solution

Hi,

 

I have a LV program which works fine when I make a build with LV20. Same with LV19 and so on.

I can also run the main.vi in LV21 and it works fine.

But to stay updated I want to make a build in LV21.

When I do this I get error 99. See attached picture.

 

Can anyone help me?

Please keep in mind that I am new to LV.

0 Kudos
Message 1 of 5
(1,076 Views)

Hi Albo,

 

did you debug your VI to find the offending function?

Which kind of files do you try to access?

Does the error occur on a Read or on a Write function?

Are you working with some Datalog files?

 

Mind to attach the VI where that error occurs? (Please attach for LV2020 or older, not for LV2021…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(1,041 Views)
Solution
Accepted by topic author ALBO3012

Hi GerdW,

 

Problem solved.

 

My LV program was using two example VI's located in the LV20 examples folder.

When building with LV21 these VI's is not included in the build. I copied and moved the VI's to a suited location in the project folder.

 

Thank you for taking the time to reply to my question.

 

Best regards,

ALBO

0 Kudos
Message 3 of 5
(979 Views)

@ALBO3012 wrote:

Hi GerdW,

 

Problem solved.

 

My LV program was using two example VI's located in the LV20 examples folder.

When building with LV21 these VI's is not included in the build. I copied and moved the VI's to a suited location in the project folder.

 

Thank you for taking the time to reply to my question.

 

Best regards,

ALBO


Copying them into your project and using them is the best way to handle this.  I'm not exactly clear on whether you did move them or not, but I wouldn't move them, though.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 5
(961 Views)

Hi Bill,

 

Yes I have copied them into my own project. Now it is working fine in LV21.

Message 5 of 5
(957 Views)