L
lateshpatel
Hi,
I have added reference to OpenNetCF.Windows.Forms.dll in my smartdevice
application. When I try to initialize DateTimePicker control using
following lines, it throws "An unhandled exception of type
'System.MissingMethodException' occurred in
OpenNETCF.Windows.Forms.dll" exception....Don't know why? Am I missing
something basic?
private OpenNETCF.Windows.Forms.DateTimePicker dtPicker;
-- Following line gives an error.....
dtPicker = new OpenNETCF.Windows.Forms.DateTimePicker();
this.Controls.Add(dtPicker);
I'm using OpenNet SDF 1.4 with .Net 1.1
Thanks.
I have added reference to OpenNetCF.Windows.Forms.dll in my smartdevice
application. When I try to initialize DateTimePicker control using
following lines, it throws "An unhandled exception of type
'System.MissingMethodException' occurred in
OpenNETCF.Windows.Forms.dll" exception....Don't know why? Am I missing
something basic?
private OpenNETCF.Windows.Forms.DateTimePicker dtPicker;
-- Following line gives an error.....
dtPicker = new OpenNETCF.Windows.Forms.DateTimePicker();
this.Controls.Add(dtPicker);
I'm using OpenNet SDF 1.4 with .Net 1.1
Thanks.