Thread: Listview help
View Single Post
  #1 (permalink)  
Old 04-16-2008, 10:51 AM
jeterry jeterry is offline
Junior Member
 
Join Date: Feb 2008
Location: Lubbock, TX
Posts: 20
Default Listview help

Filippo, First of all thank you for your listview libraries.

I was looking at using the libraries for a project I had started and I was checking out the listview program on the device, which by the way is a Intermec 751c, with pocket pc version 4.20.

I tried to run a complied listview example on the device and got the below error.

Error Message on device.
Listview.exe
ArgumentException

at System.PInvoke.EE.Runtime_InteropServices_GCHandle _InternalGet()
at System.WeakReference.get_IsAlive()
at System.Data.SQLite.SQLiteConnection.ClearReference s()
at System.Data.SQLite.SQLiteConnection.RemoveCommand( )
at System.Data.SQLite.SQLiteCommand.set_Connection()
at System.Data.SQLite.SQLiteCommand.Dispose()
at System.Data.SQLite.SQLiteCommand.Finalize()

The occurs after you have selected the table and then click the loadSql menu item. I also tried running the program under the device ide and the program runs fine. Device ide says running net version 2.0.7045

Items loaded on the device.

Listview.exe
ListViewSQLDevice.dll
Northwind.sl3
System.Data.SQLite.DLL

So could you take a look and see what is going on and tell me what I am doing wrong.

Thanks again
Reply With Quote