VS2005 and CF3.5 not working ?

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Hi

I discovered that this not work :

When i try to debug i get :

Unable to start debugging. Check for one of the following.

1. The application you are trying to debug uses a version of the Microsoft
..NET Framework that is not supported by the debugger.
2. The debugger has made an incorrect assumption about the Microsoft .NET
Framework version your application is going to use.
3. The Microsoft .NET Framework version specified by you for debugging is
incorrect.

Please see the Visual Studio .NET debugger documentation for correctly
specifying the Microsoft .NET Framework version your application is going to
use for
debugging.


Any hints to solve this ?

ps The app does not even run without debugging, it yields a NET CF
initialisation error.

Johan
 
Sure, Studio 2005 pre-dates CF 3.5 and cannot develop or debug apps against
it. It can do CF 1.0 and 2.0 apps. If you need 3.5, you must use Studio
'08.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
I don't need CF3.5 it just is installed on the hardware, so why does't it
run CF2.0 apps then ?

I remember on the desktop that net 1.1 app did run on a machine with only
net 2.0 installed.



Chris Tacke said:
Sure, Studio 2005 pre-dates CF 3.5 and cannot develop or debug apps
against it. It can do CF 1.0 and 2.0 apps.
why do i then get a NET CF initialisation error when i try to run an CF2.0
executable ?


If you need 3.5, you must use Studio
 
Back
Top