Build with an older .net CF

Hi,

iam new here and in the programming area. I have written a little app for a WM05 device. When i do i build and copy the files to my ppc it warns me that i havent installed the newes .net CF on it. Nevertheless i have a QTEK9100 - a very new device and want to use the built in Functions. My app is not as complicated as i need the newest CF.

Is it possible to do a build with an older CF

Any hints for me



Answer this question

Build with an older .net CF

  • RussNem

    You can only switch from V1 to V2 but not backwards. You could create new V1 project, add existing files to it and eliminate or replace all V2 only features you've used.



  • Verdant

    That should be *.cs or *.vb only.



  • MaurizioG

    Ilya Tumanov wrote:

    All devices currently on the market have NETCF V1 in ROM. If you want to use this version instead of V2, please choose V1 projects in VS 2005 (marked with 1.0). VS 2003 can only do V1 projects.

    Thanx for the help: Is it possible to switch this during a project Can you tell me the menu


  • Andrew Mayorov

    All devices currently on the market have NETCF V1 in ROM. If you want to use this version instead of V2, please choose V1 projects in VS 2005 (marked with 1.0). VS 2003 can only do V1 projects.



  • Hurm

    Ilya Tumanov wrote:

    You can only switch from V1 to V2 but not backwards. You could create new V1 project, add existing files to it and eliminate or replace all V2 only features you've used.

    OK, i have that. I have created a new project with a similar name. Then i wanted to copy all files. But this didnt work. An error encountered, regardless how many files i copy. Can you post the relevant files to be copied Sorry for the silly questions


  • Build with an older .net CF