Re: Adding both .NET 2.0 and 3.5
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Mon, 6 Oct 2008 10:10:14 -0700
You don't want to add both. There's no reason to have them both and they
don't work when you try to do that. If you need to run .NET CF 3.5
applications, then add .NET CF 3.5 and live with it. You'll still be
perfectly able to run .NET CF 2.0 applications on the device... However, as
you've found, you can't DEBUG from VS2005 (because the version of the
framework on the device is .NET CF 3.5 and VS2005 doesn't know about that).
That's just the way it is.
Paul T.
"B" <NA> wrote in message news:ek2RGL8JJHA.5972@xxxxxxxxxxxxxxxxxxxxxxx
I am not able to run .NET CF application if I add both .NET 2.0 and .NET
3.5 to my CE5.0 x86 platform. If I only add either of them there is no
problem!
Visual Studio 2005 and 2008 displays following messages when I try to run
a CF2.0 application in debug mode:
"This application requires a newer version of the Microsoft® .NET Compact
Framework than the version installed on this device."
NETCFCFG.exe displays following version numbers on my platform:
If I add only .NET 2.0 ==> 2.0.7045.0 (ROM)
If I add only .NET 3.5 ==> 3.5.7338.0 (ROM)
If I add both:
2.0.7045.0
3.5.7338.0 (ROM)
I have added all CE updates that are available.
It looks like that if I have only .NET 3.5 then I am able to execute both
2.0 and 3.5 programs in debug mode using VS2008. However I am not able to
use VS2005 for .NET 2.0 applications.
What can I do to have both .NET CF´s working on my platform for both
VS2005 and VS2008.
Tanks
Ingibergur/Beggi
.
- Follow-Ups:
- Re: Adding both .NET 2.0 and 3.5
- From: Luca Calligaris
- Re: Adding both .NET 2.0 and 3.5
- Prev by Date: Setup NAND flash registry persistence storage help?
- Next by Date: Re: Socket Communication over Active Sync
- Previous by thread: Setup NAND flash registry persistence storage help?
- Next by thread: Re: Adding both .NET 2.0 and 3.5
- Index(es):
Relevant Pages
|