Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/entity-framework/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/apache-spark/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Entity framework 在配置中找不到指定的存储提供程序,或者该提供程序无效_Entity Framework_Exception_Sql Server Ce_Syntax Error - Fatal编程技术网

Entity framework 在配置中找不到指定的存储提供程序,或者该提供程序无效

Entity framework 在配置中找不到指定的存储提供程序,或者该提供程序无效,entity-framework,exception,sql-server-ce,syntax-error,Entity Framework,Exception,Sql Server Ce,Syntax Error,我在SQLServerCE3.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/EntityStoreSc

我在SQLServerCE3.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>

签出应答以创建所有必需的Sql CE 3.5程序集的本地副本。那应该能解决你的问题