I'm having a problem with my custom menu in my application. I have a project in Labview 8.2 that has a main VI with a custom menu. There are three items in the menu: File, View, and Help. The File menu contains application items, the View menu contains all user items, and the Help menu contains an application and a user item. When I build the .exe file and run it, I do not see the "View" menu. The File and Help menu do show up and appear how they should be configured in my menu file. I do not understand why only the "View" menu doesn't show up. The menu on the EXE does reflect all the changes that I made for my custom menu file, except for the View menu, so it seems that the .exe file is partially using the menu file. Any thoughts?