LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

General Error Handler enumeration error

General Error Handler VI has an issue

 

I just upgraded from Labview 7.1 to 8.2 and ran into this issue.  The General Error Handler.vi is not executable.  Drilling down into this VI I found the Details Display Dialogue.vi in the General Error Handler CORE.vi is not executable.  The indicated error is an “enumeration error” between the "Event Data Node" "VKey"  and the “compatReturnToEnter.vi”.  Is there a solution for this problem?

 

 

0 Kudos
Message 1 of 2
(3,039 Views)
This can happen when you convert a VI that is in an llb and when the llb was created, the option to included files in vi.lib was chosen. Using llbs can be problematic and including vi.lib files is even worse. The solution is to delete all vi.lib files that are in the llb. Then, when the top level VI is opened, it will use the 8.2.1 functions.
0 Kudos
Message 2 of 2
(3,035 Views)