I can\'t seem to be able to access the app.config database connection string in my c# winforms app.
app.config code
This is all you need:
System.Configuration.ConfigurationManager.ConnectionStrings["MyDBConnectionString"].ConnectionString;