Asp.NetMVC3アプリケーションでEntityFramework4を使用しています。私の問題は、Entity Frameworkを使用してデータベースでアクションを実行していることです。これは、正常に機能しています。他の目的のために、SQL接続を使用してデータベースからデータを保存および取得しています。私は得ています
[Keyword not supported: 'metadata']
データベースへの接続中にエラーが発生しました。
これは私のWeb設定です
<add name="VibrantEntities" connectionString="metadata=res://*/Vibrant.csdl|res://*/Vibrant.ssdl|res://*/Vibrant.msl;provider=System.Data.SqlClient;provider connection string="data source=KAPS-PC\KAPSSERVER;initial catalog=vibrant;integrated security=True;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
私はクラスLibraryを使用しているので、これが私のAppConfigです。
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add name="VibrantEntities" connectionString="metadata=res://*/Vibrant.csdl|res://*/Vibrant.ssdl|res://*/Vibrant.msl;provider=System.Data.SqlClient;provider connection string="data source=KAPS-PC\KAPSSERVER;initial catalog=vibrant;integrated security=True;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />