10-05-2011 09:33 AM
Error 1003 loading subpanel VI in build application (VI not executable). I referenced all supanel VI callers in my build app. What am I missing?
10-05-2011 11:19 AM
Hello,
I have found the following Knowledge Based Article that talks about solutions to this error. As you will see in it, there are a number of causes so it is quite possible that it is just one small thing that you are missing.
http://digital.ni.com/public.nsf/allkb/705C2ECA081F3C7986256C0F00559B02?OpenDocument
Let me know if this helps or not.
Regards
10-05-2011 05:09 PM
Thanks for your reply!! I tried a few things I found online including the article you posted...this unfortunately did not solve my problem. Through some trial and error process I found the issue was with my build properties in the advanced section shown below.
I had to check LabVIEW8.x file layout to allow the subpanel VI to load into my main app. I didn't think to check this cuz my code was developed in version 2010. I'm guesssing some of the callers where originally created in older versions and needed the the LabVIEW8 file layout, even though all my source code is compiled in version 10. If you think I might be wrong on this assumption let me know.
P
03-05-2014 06:50 AM
Thanks 3r532. Enabling Use LabVIEW 8.x file layout fixed this for me.
I think it was something to do with a naming conflict with dynamic dispatch VIs.