I've got an application written in VB .NET in VS2003 for a CE .NET 4.2 device that now needs to run on CE .NET 5.0.
I ran the standard convert to get it in VS2005 and I removed the OpenNetCF 1.4 References and added the 2.2.
However, when I try and open any Forms I get 'The designer cannot process the code at line n' and then I get many errors to do with the progress bar control like:
Me.ProgressBarEx1.BackColor = System.Drawing.SystemColors.Control
Also, after the install of 2.2 I don't get the controls within the Toolbox in VS like I used to with 1.4.
Can anyone offer any advice as to where I'm going wrong or any steps for converting 1.4 projects to 2.2?