Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed

后端 未结 4 1073
北海茫月
北海茫月 2020-12-06 09:39

I\'ve attempted to add a \"service based data base\" (.mdf) to a project in an asp .net application. From there I\'ve proceeded attempted to create an entity framework model

4条回答
  •  离开以前
    2020-12-06 10:27

    I have got the same error, it's fixed after the following change.

    Deleting the folder C:\Users\User\AppData\Local\Microsoft\Microsoft SQL Server Data worked for me in Windows 7. Have to restart VS after deleting the folder.

提交回复
热议问题