MSSQL Error 'The underlying provider failed on Open'

前端 未结 30 3083
时光取名叫无心
时光取名叫无心 2020-11-22 09:51

I was using an .mdf for connecting to a database and entityClient. Now I want to change the connection string so that there will be no

30条回答
  •  一向
    一向 (楼主)
    2020-11-22 10:14

    The SQL Server Express service were not set tostart automatically.

    1) Go to control panel 2) Administrative Tools 3) Service 4) Set SQL Server express to start automatically by clicking on it 5) Right click and start the service

    I hope that will help.

提交回复
热议问题