I am trying to create a small wpf application by using mdf.
The problem is that when I am trying to add new service-based database (.mdf) I am getting the error \"C
Check to make sure the SQLExpress service is running.
From a command prompt:
sc query mssql$sqlexpress
If the state returned is "1 STOPPED", then start the service with
sc start mssql$sqlexpress