VS2005 and CF3.5 not working ?

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
 
C

Chris Tacke, eMVP

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
 
S

Sagaert Johan

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
 
C

Chris Tacke, eMVP

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