Compiling for an older version

C

CabMaster

Hi,

We have a project, originally written in C# in VS2003 for PPC using .Net
Framework 1.1 and SDF 1.4 for devices running WM 2003se.

We've since upgraded the project to VS2005, .Net 2.05 and SDF 2.2 to
accomodate new devices running WM5/6.

Is there any way of using our new development environment to compile a
version for the older 2003se devices, or must we run two separate
environments / projects?

Any input gratefully received!

Matthew Bradford
 
P

Paul G. Tobey [eMVP]

There are a few incorrect things in here. PPC won't run .NET Framework, so
you must mean .NET Compact Framework, but there was no .NET CF 1.1, so you
must mean 1.0.

Once the project has been upgraded, it's upgraded. There's no going
backward. If you still have the old project, you should, as far as I can
think, be able to use VS2005 to build it and it will continue to target .NET
CF 1.0.

Paul T.
 
M

Markus Humm

Hello,

CF 2.0 is also available as install for those WM2003 devices.

Greetings

Markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top