Not sure what fixed the problem, but this is how i got it to work, I re-dowloaded your AdvanchedHMI Package again. Replaced my AdvancedHMIControls, AdvancedHMIDrivers and AdvancedHMICS folders from the freshly downloaded package. I opened up the project and build the solution. Once i did this, i noticed that the project was now giving me errors. Somehow under the MainForm.Designer.vb code every BasicLabel created had a misspelling on one of its properties. for example:
Me.BasicLabel1.KeypadAlphaNumeric = False
was spelled as
Me.BasicLabel1.KeypadAlpahNumeric = False
Where the a and h flipped. Not sure how this happened, but it happened on all basiclabels... Weird.
Once i fixed this error, i build the project tested the project through the XCopy deployment and it worked great.
I really appreciate the quick response and assistance from you Archie. Thank you very much