Hey I have a problem!
when I try using SQL lite in viusal studio.
using System;
using System.Collections.Generic;
using System.Data.SQLite;
using System.Data;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
Whey Will visual Studio not accept using System.Data.SqlLite?
The compiler says: "Error - The type or namespace name 'SqlLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)"
Have you guys any idears of whey the compiler won't allow this?