I can\'t seem to be able to access the app.config database connection string in my c# winforms app.
app.config code
try this
ConfigurationManager.ConnectionStrings["MyDbConnectionString"].ConnectionString;