我使用实体框架与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>