Debug on CE6.0 problem

S

Sagaert Johan

Hi

i upgraded my SBC module to CE6.0 , now i can't debug , i can get connected
but VS2005 debugger says :
The same app runs on the CE5.0 based device without problmes (same board)

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 ?
 
P

Paul G. Tobey [eMVP]

And, are any of those items the problem? What version of .NET CF is on the
target device? If it's 3.5, you can't use VS2005 to debug the program; it
doesn't know about 3.5, only 1.0 and 2.0.

Paul T.
 
S

Sagaert Johan

yep, i discovered its 3.5 ,i will need to order vs2008.


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%[email protected]...
 

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