在配置中找不到指定的商店提供商,或者无效

时间:2012-09-01 10:10:53

标签: entity-framework exception sql-server-ce syntax-error

我使用实体框架与SQL Server CE 3.5,我有这个错误

在配置中找不到指定的商店提供商,或者无效。

<Schema Namespace="OimDBModel.Store" Alias="Self" Provider="System.Data.SqlServerCe.3.5" ProviderManifestToken="3.5" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
    <EntityContainer Name="OimDBModelStoreContainer">
      <EntitySet Name="OfflineMessages" EntityType="OimDBModel.Store.OfflineMessages" store:Type="Tables" />
    </EntityContainer>
  </Schema></edmx:StorageModels>

1 个答案:

答案 0 :(得分:1)

Checkout this回答创建所有必需的Sql CE 3.5程序集的本地副本。这应该可以解决你的问题