■82679 / inTopicNo.1) |
wpfでpostgreSQLでのエラー |
□投稿者/ のりっち (1回)-(2017/01/26(Thu) 14:05:44)
|
分類:[.NET 全般]
お世話になっています。
wpfでEntityFrameworkでpostgreにアクセスしようと考えています。
下記サイトを参考にEntityFrameworkのインストール、postgreへのアクセスを試みましたが、 データを取得する箇所でエラーがでます。 エラー内容がプロバイダ関連のようなので、app.configで追加したデータが悪いように思いますが、 どう修正していいかわかりません。 ご教授の程、よろしくお願いいたします。
【参考サイト】 http://creatorhyp.com/tips/program/entity-framework-install/
【エラー箇所:program.csの18行目】
// 全ての情報を取得。 var allData = dbc.Table.ToList();
【エラー内容】 型 'System.Data.Entity.Core.ProviderIncompatibleException' のハンドルされていない例外が EntityFramework.dll で発生しました
追加情報: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.
|
|