码迷,mamicode.com
首页 > 数据库 > 详细

Cannot attach the file ‘{0}' as database '{1}'

时间:2016-06-29 00:58:13      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:

EF使用CodeFirst,当使用localDB时,删除mdf文件,会报“Cannot attach the file ‘{0}‘ as database ‘{1}‘”错误。

解决方法如下:

1、打开Visual Studio 命令提示

2、sqllocaldb.exe stop v11.0

3、sqllocaldb.exe delete v11.0

然后重新生成数据库文件即可

技术分享

Cannot attach the file ‘{0}' as database '{1}'

标签:

原文地址:http://www.cnblogs.com/Supershen/p/5625403.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!