D
Daniel.Kristensen
Hi!
I am programming my first application for the .net compact framework.
According to the documentation, the generic Dictionary class is
supported by compact framework 2.0. I am also able to compile my Pocket
PC 2003 project in VS 2005. When I try to run it in the Pocket PC 2003
emulator, however, I get the following exception:
MissingMethodException:
{"Could not load type 'System.Collections.Generic.Dictionary`2' from
assembly 'mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=969DB8053D3322AC'."}
I've tried changing the target platform to Mobile 5.0 instead, but I
get the same eexception when trying to run the program in the Mobile
5.0 emulator.
Are generic Dictionaries not supported in CF after all, or do I need an
upgrade to the Mobile 5.0 SDK or something like that?
I am programming my first application for the .net compact framework.
According to the documentation, the generic Dictionary class is
supported by compact framework 2.0. I am also able to compile my Pocket
PC 2003 project in VS 2005. When I try to run it in the Pocket PC 2003
emulator, however, I get the following exception:
MissingMethodException:
{"Could not load type 'System.Collections.Generic.Dictionary`2' from
assembly 'mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=969DB8053D3322AC'."}
I've tried changing the target platform to Mobile 5.0 instead, but I
get the same eexception when trying to run the program in the Mobile
5.0 emulator.
Are generic Dictionaries not supported in CF after all, or do I need an
upgrade to the Mobile 5.0 SDK or something like that?