Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个具有实体框架的应用程序。它是 wpf 应用程序,现在它在我的计算机上运行良好,但是当我在另一个系统上运行这个应用程序时它崩溃了,我在其他系统上调试它,当我尝试访问实体的数据时出现异常,可能是什么问题,
底层提供程序在打开时失败意味着您的连接字符串不正确或应用程序没有对数据库的访问权限(连接字符串中指定的 SQL 帐户或运行应用程序的当前用户)。