PC Review


Reply
Thread Tools Rate Thread

Debug CF 1.1-App on a CF 3.5 device

 
 
James levertopf
Guest
Posts: n/a
 
      7th Sep 2009
Hello

My device has CF 3.5 installed (and no older CF) and I cannot debug a CF
1.1-Application on that device.
I get the error:

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.


How can I solve it?

Thanks

 
Reply With Quote
 
 
 
 
Markus Humm
Guest
Posts: n/a
 
      8th Sep 2009
James levertopf schrieb:
> Hello
>
> My device has CF 3.5 installed (and no older CF) and I cannot debug a CF
> 1.1-Application on that device.
> I get the error:
>
> 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.
>
>
> How can I solve it?
>
> Thanks


When I got such errors in the past they were so quickly closed that I
couldn't really read them. Don't know who designed them this crappy way,
but nevertheless: V1.1 of CF never existed. YOu mean V1.0.

But I also don't have any solution for you except:

- use a emulator if possible (Bluetooth emulation anybody please?)
- use a device with a earlier version of CF

Greetings

Markus
 
Reply With Quote
 
James levertopf
Guest
Posts: n/a
 
      8th Sep 2009
Got the solution:

Made a config-file named myexe.exe.config with the following content:

<configuration>
<startup>
<supportedRuntime version="v2.0.5238"/>
<supportedRuntime version="v1.0.4292"/>
<supportedRuntime version="v1.0.3316"/>
<supportedRuntime version="v1.0.3111"/>
<supportedRuntime version="v1.0.2268"/>
</startup>
</configuration>


copied that to my device and yuuuuuuuuuuuuuuup it works, cool!


"Markus Humm" <(E-Mail Removed)> schrieb im Newsbeitrag
news:h86919$hne$01$(E-Mail Removed)...
> James levertopf schrieb:
>> Hello
>>
>> My device has CF 3.5 installed (and no older CF) and I cannot debug a CF
>> 1.1-Application on that device.
>> I get the error:
>>
>> 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.
>>
>>
>> How can I solve it?
>>
>> Thanks

>
> When I got such errors in the past they were so quickly closed that I
> couldn't really read them. Don't know who designed them this crappy way,
> but nevertheless: V1.1 of CF never existed. YOu mean V1.0.
>
> But I also don't have any solution for you except:
>
> - use a emulator if possible (Bluetooth emulation anybody please?)
> - use a device with a earlier version of CF
>
> Greetings
>
> Markus


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debug on Device Rainer Microsoft Dot NET Compact Framework 3 19th Dec 2007 12:41 PM
How to debug on smart device gl4com@gmail.com Microsoft Dot NET Compact Framework 1 10th Jan 2007 06:48 AM
Cannot debug on device dotnetshannon@hotmail.com Microsoft Dot NET Compact Framework 4 8th Sep 2005 05:21 PM
debug on real device =?Utf-8?B?amVmZg==?= Microsoft Dot NET Compact Framework 1 28th Jun 2005 02:55 PM
Cannot Debug on Device =?Utf-8?B?SmVmZiBULg==?= Microsoft Dot NET Compact Framework 3 11th Jan 2005 05:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:39 PM.