Click here to Skip to main content
15,907,497 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How do I know an assembly was created under which version of .net framework Pin
Tako.Lee20-May-08 21:39
Tako.Lee20-May-08 21:39 
QuestionSoftware integration has always been a big problem Pin
angels77720-May-08 16:00
angels77720-May-08 16:00 
AnswerRe: Software integration has always been a big problem Pin
angels77720-May-08 16:07
angels77720-May-08 16:07 
GeneralRe: Software integration has always been a big problem Pin
Brady Kelly21-May-08 3:05
Brady Kelly21-May-08 3:05 
QuestionDifferences between .Net Framework and .Net Compact Framework ? [Solved] Pin
Nelek20-May-08 10:44
protectorNelek20-May-08 10:44 
AnswerRe: Differences between .Net Framework and .Net Compact Framework ? Pin
led mike20-May-08 11:59
led mike20-May-08 11:59 
GeneralRe: Differences between .Net Framework and .Net Compact Framework ? Pin
Ibuprofen20-May-08 19:39
Ibuprofen20-May-08 19:39 
GeneralRe: Differences between .Net Framework and .Net Compact Framework ? Pin
Mike Dimmick21-May-08 1:23
Mike Dimmick21-May-08 1:23 
Compact Framework is, yes, just for mobile device programming on Windows CE and Windows Mobile. There's a different version for different devices.

Further complicating matters is that Windows Mobile 2003 and newer have versions of .NET Compact Framework in ROM. This ROM version is used if no version is installed to the filesystem. The ROM version, however, has been universally either the wrong version or buggy. .NET Compact Framework 1.0 was useless before SP2 and you should use SP3 if you plan to use this version, but I would recommend universally upgrading to Compact Framework 2.0 as there were numerous problems with CF 1.0 (not least very poor performance). Windows Mobile 5.0 generally came with CF 1.0 SP2 in ROM but the OEM could override this and I think some of Microsoft's OEM Adaptation Kit Updates (AKUs) included a newer version.

I haven't yet handled a Windows Mobile 6.0 device but it would be reasonable to expect that these come with Compact Framework 2.0 in ROM. Yours may well have the same version that you're trying to install.

To show the latest version(s) of Compact Framework installed on the device, navigate to \Windows in File Explorer and run the cgacutil program. This will show one line for each major release present (i.e. one for 1.0, one for 2.0, one for 3.5) indicating the build number. See here[^] for the list of build numbers versus service pack number.


DoEvents: Generating unexpected recursion since 1991

AnswerRe: Differences between .Net Framework and .Net Compact Framework ? Pin
Mike Dimmick21-May-08 1:15
Mike Dimmick21-May-08 1:15 
GeneralRe: Differences between .Net Framework and .Net Compact Framework ? Pin
Nelek21-May-08 7:15
protectorNelek21-May-08 7:15 
QuestionBarcode type recognision Pin
paper6720-May-08 7:56
paper6720-May-08 7:56 
AnswerCROSS POST Pin
leckey20-May-08 7:59
leckey20-May-08 7:59 
AnswerRe: Barcode type recognision Pin
Mike Dimmick21-May-08 3:10
Mike Dimmick21-May-08 3:10 
GeneralRe: Barcode type recognision Pin
Pete O'Hanlon21-May-08 3:47
mvePete O'Hanlon21-May-08 3:47 
GeneralRe: Barcode type recognision Pin
Mike Dimmick21-May-08 6:58
Mike Dimmick21-May-08 6:58 
GeneralRe: Barcode type recognision Pin
Pete O'Hanlon21-May-08 8:53
mvePete O'Hanlon21-May-08 8:53 
GeneralRe: Barcode type recognision Pin
supercat924-May-08 8:19
supercat924-May-08 8:19 
AnswerRe: Barcode type recognision Pin
supercat924-May-08 8:08
supercat924-May-08 8:08 
Question.net framework and operating system issues Pin
kode_redd20-May-08 2:20
kode_redd20-May-08 2:20 
AnswerRe: .net framework and operating system issues Pin
Thomas Stockwell22-May-08 4:47
professionalThomas Stockwell22-May-08 4:47 
QuestionConsole.Beep Pin
PIEBALDconsult19-May-08 16:21
mvePIEBALDconsult19-May-08 16:21 
AnswerRe: Console.Beep Pin
Vasudevan Deepak Kumar19-May-08 18:02
Vasudevan Deepak Kumar19-May-08 18:02 
AnswerRe: Console.Beep Pin
Mike Dimmick20-May-08 4:34
Mike Dimmick20-May-08 4:34 
GeneralRe: Console.Beep Pin
Brady Kelly20-May-08 5:11
Brady Kelly20-May-08 5:11 
GeneralRe: Console.Beep Pin
PIEBALDconsult20-May-08 14:20
mvePIEBALDconsult20-May-08 14:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.