使用LocalDb和实体框架的WPF应用程序无法在其他PC上运行

时间:2014-11-22 17:56:01

标签: wpf entity-framework

我有一个使用LocalDb和实体框架的WPF应用程序。这在我的开发电脑上工作正常但是当部署到另一台电脑时我无法使它工作。我收到错误:"底层提供程序在Open上失败。"

我的connectionString:

<add name="TeniPrevoziDBEntities" 
     connectionString="metadata=res://*/fakturiranjeDB.csdl|
                                res://*/fakturiranjeDB.ssdl|
                                res://*/fakturiranjeDB.msl;
                                provider=System.Data.SqlClient;
                                provider connection string=&quot;
                                data source=(LocalDB)\v11.0;
                                attachdbfilename=|DataDirectory|\TeniPrevoziDB.mdf;
                                integrated security=True;
                                connect timeout=30;
                                MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />

0 个答案:

没有答案