gpt4 book ai didi

entity-framework - Entity Framework 改成 SQL Server Express,如何改回 Localdb

转载 作者:行者123 更新时间:2023-12-01 01:15:50 26 4
gpt4 key购买 nike

我使用的是 EF Code First (.NET 4.5 + VS2012)。我的项目正在正确创建和使用 LocalDB。我的机器上也安装了 SQL Server Express (2008R2)。我没有更改任何配置,但它切换到使用 SQL Server Express。

我现在已经停止了我的 SQL Server 实例,每当我尝试使用 Update-Database 重建数据库时我收到以下消息:

System.Data.ProviderIncompatibleException: An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct. ---> System.Data.ProviderIncompatibleException: The provider did not return a ProviderManifestToken string. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)



我的配置文件有以下 EF 配置:
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v11.0" />
</parameters>
</defaultConnectionFactory>

有什么建议吗?我更喜欢使用 Localdb 而不是 SQL Server Express。

最佳答案

结果是,由于某种原因,GUI app.config 引用了 SqlConnectionFactory 而不是 LocalDbConnectionFactory。解决这个问题解决了它。

关于entity-framework - Entity Framework 改成 SQL Server Express,如何改回 Localdb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12152939/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com