NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

uir file not found (error 94) while executing CVI dll in TestStand

Solved!
Go to solution
I am trying to run a dll I created in CVI in TestStand.  I haven't had any problems so far running any of the functions except for the function that calls my user interface.  Every time I run it I get an "Error 94, file "....uir" not found".  This particular uir is usually called in the main() function when I create an exe file in CVI, but I'm calling it from another function to execute in TestStand.  Any suggestions on how to fix this?
0 Kudos
Message 1 of 3
(3,322 Views)
Solution
Accepted by topic author Clayton Bigsby

Hi,

 

Are you using the correct LoadPanel call. You should be using LoadPanelEx().

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,312 Views)
This is what I ended up trying yesterday.  Everything works now!  Thanks for your help
0 Kudos
Message 3 of 3
(3,295 Views)