M
Mark Johnson
..NET Framework.Compact SP2 : Pocket PC 2002
I have created a Designer support DateTimePicker with CultureInfo support.
Following the instructions explained at :
http://msdn.microsoft.com/library/d...en-us/dnnetcomp/html/customctrlscompactfx.asp
I got this to work in the Emulator.
However when I run the program on my Maschine (XDA I - Pocket PC 2002 -
German) I recieve the following error
when the program starts:
TypeLoadException the Typ "System.Windows.Forms.Control" of the Assembly
"System.Windows.Forms, Version=1.0.5000.0,Culture=neutral, ....
The resulting .dll is copied to the Program Files Directory togeather with
the .exe
In the AssemblyInfo.cs :
[assembly: AssemblyCulture("")]
#if DESIGN
[assembly:
System.CF.Design.RuntimeAssembly("mj10777.DateTimePicker,Version=1.0.1.0,
Culture=neutral, PublicKeyToken=null")]
#endif
The goal is for this Control to run on all Maschines without further
changes.
This error also accured with the project found in the link above (Emulator
OK ; Maschine failed).
What could the cause be?
Mark Johnson, Berlin Germany
(e-mail address removed)
I have created a Designer support DateTimePicker with CultureInfo support.
Following the instructions explained at :
http://msdn.microsoft.com/library/d...en-us/dnnetcomp/html/customctrlscompactfx.asp
I got this to work in the Emulator.
However when I run the program on my Maschine (XDA I - Pocket PC 2002 -
German) I recieve the following error
when the program starts:
TypeLoadException the Typ "System.Windows.Forms.Control" of the Assembly
"System.Windows.Forms, Version=1.0.5000.0,Culture=neutral, ....
The resulting .dll is copied to the Program Files Directory togeather with
the .exe
In the AssemblyInfo.cs :
[assembly: AssemblyCulture("")]
#if DESIGN
[assembly:
System.CF.Design.RuntimeAssembly("mj10777.DateTimePicker,Version=1.0.1.0,
Culture=neutral, PublicKeyToken=null")]
#endif
The goal is for this Control to run on all Maschines without further
changes.
This error also accured with the project found in the link above (Emulator
OK ; Maschine failed).
What could the cause be?
Mark Johnson, Berlin Germany
(e-mail address removed)