我一直在凝视和阅读,但到目前为止还没有运气;
我正在使用 EF 5 开发 MVC 4,并且我已经启动并运行了数据库,我正在编写代码以将SimpleMembership
提供程序集成到我现有的应用程序/数据库中。
我看过很多样本,但我还没有看到我将如何整合Database First approach
我的连接字符串如下所示:
<add name="DbContextEntities" connectionString="metadata=res://*/Models1.csdl|res://*/Models1.ssdl|res://*/Models1.msl;provider=System.Data.EntityClient;provider connection string="Data Source=<hosted_site_name>; Initial Catalog=<mydb; User ID=<username>; Password=<password>"" providerName="System.Data.EntityClient" />
我现在在导航到使用数据库的页面时遇到的错误是:
Unable to find the requested .Net Framework Data Provider. It may not be installed.