Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -318,7 +318,14 @@ After step 6, user should be able to register an account and log in. Then, the l
318 318
319 319
![](/Guides/MVC-Integration/Phase-II-Draft/9.png)
320 320
321
+If the application does not run correctly, and instead the below error message appears,
321 322
323
+![](/Guides/MVC-Integration/Phase-II-Draft/5.png)
324
+
325
+then open command prompt and type 'sqllocaldb.exe stop v11.0' and 'sqllocaldb.exe delete v11.0' in order as below
326
+
327
+![](/Guides/MVC-Integration/Phase-II-Draft/10.png)
328
+
322 329
323 330
### Step 8. Add user role model
324 331