Hi
Can run my program using SQLite in the IDE no problem.
When I try to compile the program to Device Exe I get the following error message.
error CS0234: The type or namespace name 'SQLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
Line number: 21
Line: Cmd.New1("",Con.Value)
Thanks
Can run my program using SQLite in the IDE no problem.
When I try to compile the program to Device Exe I get the following error message.
error CS0234: The type or namespace name 'SQLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
Line number: 21
Line: Cmd.New1("",Con.Value)
Thanks