03-22-2010 03:56 AM
Solved! Go to Solution.
03-22-2010 04:05 AM
What are the VIs which are searched for? Are those from special toolkits?
Have you played around with the settings in "Advanced Exclusions"? What if you remove all checkmarks there?
hope this helps,
Norbert
03-22-2010 06:33 AM
the VIs missing are: "Not found Dialog.vi", Details Display Dialog.vi", "Set String Value.vi"
If I try to load them during startup from somewhere, the app asks me more VIs...
I don't have "Advanced exclusions", I have "additional exclusions" and I tried to remove all checkmarks, same result.
03-26-2010 02:49 AM
Could you post the project? This seems a rather odd issue....
If you do not want to post the project (or must not), please contact your local NI Support for further help.
hope this helps,
Norbert
03-26-2010 03:22 AM
Have you changed LabVIEW version ? I have noticed that almost every time I must do build setup again if LabVIEW version have changed. I recommed to create totally new build setup and then test to do EXE. This have helped me many times with strange EXE problems.
-Jim
03-26-2010 07:23 AM
Not found Dialog.vi is present in General Error Handler CORE.vi. Seems like you have used general error handler or simple error handler in your program. I would like to give you a work around. Open you general error handler VI (also the CORE vi) from project and save it before building your exe ( you have to do it every time while building your exe. Now you don't have to put the vi.lib VIs in your exe folder.
Try it, I have done this in my project.
🙂
03-26-2010 08:33 AM
03-26-2010 08:49 AM
07-24-2013 09:34 AM
I just experienced the same problem with LV2012, and opening and saving the error handler fixed my problem.