I have been working in Visual Studio which has DevExpress. My project now doesn't recognize DevExpress so I now have 102 errors on lines like:
GroupHeader1.GroupFields.Add(New DevExpress.XtraReports.UI.GroupField("name"))
Friend WithEvents XrPageInfo1 As DevExpress.XtraReports.UI.XRPageInfo
In addition to this when I try to go to the designer for my DevExpress report it can't load the designer :
"The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: rptAll --- The base class 'Object' could not be loaded. Ensure the assembly has been referenced and that all projects have been built."
Yet when I look in my toolbox the DevExpress tools (XRLine, XRLabel...) are still shown and DevExpress is still located in my reference folder.