I can\'t seem to be able to access the app.config database connection string in my c# winforms app.
app.config code
You are using the ConnectionStrings collection, not the AppSettings.
ConfigurationManager.ConnectionStrings["MyDbConnectionString"].ConnectionString;