【发布时间】:2012-08-03 10:16:26
【问题描述】:
我在我的 Web 应用程序中取消实体框架。早些时候一切正常。但后来我从 Sql Server 中删除了数据库。之后,每当我运行应用程序时,都会出现以下异常:
The underlying provider failed on open entity framework
如果我们从 Sql Server 中删除数据库并再次运行应用程序,数据库是否会再次创建?
【问题讨论】:
标签: asp.net sql-server entity-framework