"Unrecognized configuration section connectionStrings" in app.exe.config
- by Richard Bysouth
Hi
On a Terminal Server install of my WinForms app, one of my clients gets the following exception on startup:
"Unrecognized configuration section connectionStrings"
This is occurring in myapp.exe.config but I can't figure out why. Runs perfectly everywhere else, only difference between this install and any other is the connection string.
I've…