0

i use entity framwork with SQL Server CE 3.5 and i have this error

The specified store provider cannot be found in the configuration, or is not valid.

<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>
Tarek Saied
  • 6,482
  • 20
  • 67
  • 111

1 Answers1

1

Checkout this answer to create a local copy of all the required Sql CE 3.5 assemblies. That should solve your problem

Community
  • 1
  • 1
Quinton Bernhardt
  • 4,773
  • 19
  • 28