'JetEntityFrameworkProvider' could not be loaded 解决办法

原因:JetEntityFrameworkProvider引用的EntityFramework与你使用的版本不一致,造成程序加载这个DLL失败。

解决办法:

使用Reflect软件JetEntityFrameworkProvider查看引用的EntityFramework.dll版本是6.0,而项目目前使用的的6.2版本,因此两者不兼容,造成程序启动无法加载这个JetEntityFrameworkProvider.dll.

从GitHub下载JetEntityFrameworkProvider源代码,重新引用自己目前使用的EntityFramework.dll版本就可以,重新编译即可解决这个问题。

'JetEntityFrameworkProvider' could not be loaded 解决办法

原文地址:https://www.cnblogs.com/SimpleGIS/p/9689028.html

时间: 2024-10-14 08:02:50

'JetEntityFrameworkProvider' could not be loaded 解决办法的相关文章

tomcat输出servlet-api.jar - jar not loaded 解决办法

启动tomcat后,控制台输出信息:WEB-INF/lib/servlet-api.jar not loaded 解决办法INFO: Starting Servlet Engine: Apache Tomcat/7.0.54Dec 26, 2016 1:08:07 PM org.apache.catalina.loader.WebappClassLoader validateJarFileINFO: validateJarFile(/home/www/xxx/WEB-INF/lib/servle

Cannot find executable for CFBundle 解决办法

Cannot find executable for CFBundle 0x8f4d850 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded) 解决办法:还原模拟器.

iOS9 出现 the resource could not be loaded because the app transport security policy requires the use of a secure connection 解决办法

今天更新了Xcode 7 正式版,App编译出现很多警告,在App运行的时候出现如下的提示......... the resource could not be loaded because the app transport security policy requires the use of a secure connection 资源不能被加载,因为该应用程序传输的安全策略要求使用安全连接 iOS9引入了新特性App Transport Security (ATS).详情:App Tra

dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/UserNotifications解决办法

这个问题产生的原因是:在iOS 10中有UserNotifications这个framework而iOS 9中没有,在iOS 9上运行的时候,会因为找不到而出错. 解决办法是,修改UserNotifications这个framework的使用方式为optional而不是required

cx_Oracle在sublime text里运行遇到 ImportError错误解决办法

如果你装完cx_Oracle之后,命令行运行没错,但是在sublime text里运行, 就遇到这个错误: ImportError: dlopen(/Library/Python/2.7/site-packages/cx_Oracle.so, 2): Library not loaded: /ade/b/3071542110/oracle/rdbms/lib/libclntsh.dylib.11.1 Referenced from: /Library/Python/2.7/site-packag

yum报错:This system is not registered to Red Hat Subscription Management.解决办法

使用yum安装软件,报错如下: [[email protected] ~]# yum -y install mariadbLoaded plugins: langpacks, product-id, subscription-managerThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.No package mariadb

iOS9 HTTP 不能正常使用的解决办法

今天升级Xcode 7.0 bata发现网络访问失败. 输出错误信息 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. Google后查证,iOS9引入了新特性App Transport Security (ATS).详情:App Transport Security (ATS) 新特性要求App内访问的网络必须使用

AD09 &quot;Access violation at address 0C241A06 in module &#39;IntegratedLibrary.DLL&quot; 错误解决办法

regedit-将HKEY_CURRENT_USER\Software\AltiumDesignerWinter09\DesignExplorer\Preferences\IntegratedLibrary\Loaded Libraries下面的所有内容删除,重新打开altium designer添加库即可. AD09 "Access violation at address 0C241A06 in module 'IntegratedLibrary.DLL" 错误解决办法

项目适配iOS9遇到的一些问题及解决办法

1.网络请求报错.升级Xcode 7.0发现网络访问失败.输出错误信息 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. 原因:iOS9引入了新特性App Transport Security (ATS).详情:App Transport Security (ATS)新特性要求App内访问的网络必须使用HTTPS协议