Cannot attach the file *.mdf as database

后端 未结 22 1867
猫巷女王i
猫巷女王i 2020-11-27 14:22

Basically I\'ve followed a tutorial and decided to delete the .mdf file afterwards.

Now whenever I try to run the application I get the following error

22条回答
  •  情深已故
    2020-11-27 14:46

    1. From Package Manager Console run:

      sqllocaldb.exe stop v11.0

      sqllocaldb.exe delete v11.0

    2. Run your project

    3. Register a user

提交回复
热议问题