Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-28 Thread Joe Mistachkin
Anand Shah wrote: > > DeviceApplication1.exe > NullReferenceException > at DeviceApplication1.Form1.Button1_Click()\par > at System.Windows.Forms.Control.OnClick()\par > at System.Windows.Forms.Button.OnClick()\par > at System.Windows.Forms.ButtonBase.WnProc()\par > at

Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-28 Thread Anand Shah
Hi, Thanks for your reply. It is raising below error: DeviceApplication1.exe NullReferenceException at DeviceApplication1.Form1.Button1_Click()\par at System.Windows.Forms.Control.OnClick()\par at System.Windows.Forms.Button.OnClick()\par at System.Windows.Forms.ButtonBase.WnProc()\par at

Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-27 Thread Joe Mistachkin
Anand Shah wrote: > > I am able to run application successfully developed with vs2005 .net CF 2.0 > on my local windows embedded ce 6.0 machine. I am trying to deploy this > application to windows emulator ce 5.0 as a device application and it also > gets deployed successfully but when any event

[sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-27 Thread Anand Shah
Hello, I am able to run application successfully developed with vs2005 .net CF 2.0 on my local windows embedded ce 6.0 machine. I am trying to deploy this application to windows emulator ce 5.0 as a device application and it also gets deployed successfully but when any event calls sqlite dll it is