Few Questions about Glide

On Fez Cobra file references are "\SD\file.ext"
I would assume the same for all file ref’s even if chipworkz
If your using emulator subst “\SD” with “\WINFS”

I’m getting confused here. sorry.

When you say main app, are you referring to the SQLiteTest? if yes, I tried adding what you said but error is still occurring. I just copied the code that you posted, in my main app, but error occurs.

Am I doing this right? Kindly help me please. Thanks a lot!

Try to remove references from both projects and then re-add them. Rebuild all and test if you have same error again. If it does

Wrap the line of code that throughs the exception into try…catch block and call Database.GetLastError in the catch section.

http://www.ghielectronics.com/downloads/NETMF/Library%20Documentation/html/72015a7f-028f-9fc6-0020-5c96eb34d073.htm

It might give you a user friendly description of the problem.

you didn’t start a new project like I said. Close all your existing projects, and only focus on the basics.

start a new project, select the ChipWorkX application template.

Josh, how to make ArrayList work? I tried it, but an error, saying missing a reference occurred… will it also solve the dropdown no scroll error? kindly help me. please.
Thanks!

ArrayList requires a reference.

using System.Collections;