I have suddenly started getting an error in my application.
The error is:
This operation requires a connection to the \'master\' database. Una
I had this issue and in my case resolved it by adding "Integrated Security=True" to the connection string. This only applies if you're connecting to the DB using Windows Authentication. Hope it helps.