Hi again, some additional information: i can read from the sqlite file like this TextReader reader = new StreamReader("C:/.... .sqlite"); So if think,i dont have a problem with user permissions, right ? But if i try the following: SqlConnection con = new SqlConnection(); con.ConnectionStrig...