I downloaded the free win forms controls and installed them like normal. I opened a project i was working on and dropped a NavBar control onto my form. I made a few coloring changes, added some groups, and tried to run it and it throwing up errors from my forms designer file.
Error 1 'Windows' is not a member of 'DevExpress.XtraNavBar.NavBarGroup'. C:\GO-Dashboard\GO-Dashboard\Form1.Designer.vb 130 41 GO-Dashboard
Error 2 'Drawing' is not a member of 'DevExpress.XtraNavBar.NavBarGroup'. C:\GO-Dashboard\GO-Dashboard\Form1.Designer.vb 148 61 GO-Dashboard
anywhere in the designer where it says 'System.Windows' or 'System.Drawing' it throws up a message saying:
" '*' is not a member of DevExpress.XtraNavBar.NavBarGroup"
If i try to use the "System" namespace, it brings up the options for the NavBarGroup. 
Help?