InvalidProgramException: When running the WM6.0 application on the WM5.0 device even after the Platform is changed
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have developed a compact framework application with target platform as Windows mobile 6.0, Now I am trying to run the application on Windows Mobile 5.0 too, for that I change the target platform to "Windows Mobile 5.0 Pocket PC SDK" for each of the project in my solution. When I debug my application from Visual Studio, the application runs fine but when I try to run application from installing using Cab setup project, it shows the "InvalidProgramException". Kindly reply if I am missing some step. After changing the target Platform, I add the project output again, and also I am using localization resources for multiple language support. Thanks in advance