Net compact framework “Target framework”?

First - you might want to check the "Devices" tab (VS2008), and check the "Deploy the latest version..." box (to push 3.5 onto the device, if this is an option).

First - you might want to check the "Devices" tab (VS2008), and check the "Deploy the latest version..." box (to push 3.5 onto the device, if this is an option). It is entirely possible that you need to re-create the project file to do change the target to 2.0 (i.e. Create a new project, selecting 2.0 on the first screen).

It usually isn't a big job to copy in the . Cs files etc... If the project is large, you might consider editing the csproj manually, but I'm not sure I'd bother... probably less work to just re-add the code.

Unfortunately it's not in the properties. For some (really stupid) reason you can upgrade a 2.0 project to 3.5 with a right click of the mouse, but there's no going back in the IDE. FOrtunately it's really easy still.

Open the project in any text editor (including Studio if you have the accelerators installed) and change the Target Framework node back to 2.0.

Another solution could be to install the newer version of . NET CF on your device: google.com/search?q=compact+framework+re... Regards, tamberg.

Yeah, finally I just did that to save the time :D – agnieszka Mar 9 '09 at 17:32 I tried this and it broke some other app that was installed on the device – Ciaran Feb 22 at 15:16.

If you create a CF 2.0 project in Visual Studio 2008 and then if you need to upgrade to CF 3.5, just right click on the project and choose "Upgrade Project". For the device side, be sure to check that checkbox Marc Gravell mentions so CF 3.5 gets installed when you deploy your project.

In Visual Studio 2008 right click on your project and choose "Properties". On the "Application" tab is a drop down list for "Target Framework" that allows you to switch between v2.0, 3.0, or 3.5.

Compact framework applications have this drop down list grayed out and I clearly wanted to find out about compact framework applications (for pocket pc). – agnieszka Mar 9 '09 at 11:46.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions