LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error type 2002300

Solved!
Go to solution

Hi.  I've got my program working fairly well in labview, but when I build it I'm having a problem.  In the built software(exe), one of my VIs will not run.  Everything else runs fine.  When I open it's front panel, it has a broken arrow and if I press it, I get "Error Type 2002300" and it tells me I need the full development system.  This is running on the same computer as it was built on.  I have already tried Ctl-Shft-Run and that did not solve the problem.

 

If I just build this particular VI separately, it works, but in the larger program, it does not.

 

This is one of the simpler VIs in this software.  It uses no external drivers (IMAQ or DAQmx).  It does have an event structure and writes data to a queue, but that's about as fancy as it gets.

 

It is run (or rather should be run) using the runVI invoke node, but so are a number of other VIs in this application, and they all work fine.  I have tried both including it and not including it as a dynamic VI in the build and it does not seem to matter.

 

What does Error Type 2002300 mean?  I can't find it mentioned in the help or here.

 

Thanks,

Greg

0 Kudos
Message 1 of 3
(2,858 Views)
Solution
Accepted by topic author GFDGreg

Ok, I got it.

 

This VI that didn't run was in a sub-library with the same name as another sub-library of a different library.  I changed the name and now it runs.  I don't know if this was the problem or if changing the name prompted some re-linking that made it work.  Hope this post helps somebody some day.

 

Greg

0 Kudos
Message 2 of 3
(2,848 Views)
I was just in the middle of researching your issue since it sounded familiar. Thanks for posting back to indicate what the problem was!
0 Kudos
Message 3 of 3
(2,843 Views)