VS 2005 Pocket PC 2003 SE Emulator and .NET Compact Framework v2

  • Thread starter Thread starter R. J. Dunnill
  • Start date Start date
R

R. J. Dunnill

I am developing a .NET Compact Framework application using Visual Studio
2005 and the Pocket PC 2003 SE Emulator. I upgraded the project to the .NET
Compact Framework v2, and now when the application is run in the VS 2005
IDE, the following error displays: "This application ([...]) requires a
newer version of the Microsoft .NET Compact Framework than the version
installed on this device."

What can I do to resolve this issue?

Thanks, RD
 
It should automatically deploy the .NETCF v2.0 runtime to the emulator but
perhaps something went wrong in the process. Try hard resetting the emulator
(File menu in emulator window) and deploy your project afresh.

Peter
 
Back
Top