Upgrading a CF 1.0 project to CF 2.0 in VS 2005

  • Thread starter Thread starter rh
  • Start date Start date
R

rh

I just loaded a VS2003/CF1.0 project into VS2005 and the upgrade wizard
converted the project but it still targets 1.0 of the compact framework
(and therefore PPC 2003). Is there any way to upgrade a CF1.0 project
to target 2.0 of the compact framework (using the upgrade wizard or in
the VS2005 UI)? Or can you change your project to target the CF2.0
after the upgrade wizard has run?

Thanks.
 
Right-click on the project in Solution Explorer and you should see an option
to upgrade.
 
Thanks, Tim. That's exactly what I was looking. I thought I had looked
at all the menus but somehow I missed that (it's even under the project
menu on the main menu).
 
Back
Top