This operation requires a connection to the 'master' database

前端 未结 9 790
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 19:28

I have suddenly started getting an error in my application.

The error is:

This operation requires a connection to the \'master\' database. Una

9条回答
  •  無奈伤痛
    2021-01-03 20:25

    This error happened to me and none of the above worked. Embarrassingly, I realised that I had missed out a semi-colon from the connection string. Might be useful...

提交回复
热议问题