I created a new item > local database. I'd like to access the data from the database but I can't open a connection. I have,
SqlConnection con = new SqlConnection("DataSource=|DataDirectory|\\testDB.sdf");
debugging will always halt at
con.Open();