The project opens properly now that I put those files in the C:\Rockwell\Ovens folder.
You can try a few simple things:
1) If you already don't have it then create a working copy of your project and use it for testing
2) Delete MainForm files from AdvancedHMI folder (MainForm.vb, MainFormDesigner.vb and MainForm.resx)
3) Disable subscriptions for the driver on each form and test the project (it works OK on my end since I don't have your PLC to connect to). Your pages do take a few moments to load since they are graphics intensive. If your CPU usage remains high while testing then there is something else causing the issue.
** Remember to enable subscriptions once you are done with this step **4) If you know the exact baud rate of your connection then set it on each driver (also set the PollRateOverride to 2000 for each driver on each form). As Archie suggested, anything below 38400 might need additional adjusting.
Somewhat similar issue was discussed in this topic
http://advancedhmi.com/forum/index.php?topic=861.0.
The driver architecture has changed since but the gist of the conversation could apply in your case.
What is the exact PLC that you are using?