I can\'t seem to be able to access the app.config database connection string in my c# winforms app.
app.config code
using (SqlConnection conn = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["SQLConnection"].ToString())) { ....(your code here) ... }