Unable to find an entry point named 'sqlite3_changes_interop' in DLL 'SQLite

问题描述

Unabletofindanentrypointnamed'sqlite3_changes_interop'inDLL'SQLite大家有没有碰到过这种bug的?官方解释也看不太明白了参考地址:http://system.data.sqlite.org/index.html/tktview?name=6bbbeb1da5实在是心累了,求大家帮忙

解决方案

解决方案二:
Unabletofindanentrypointnamed'sqlite3_changes_interop'inDLL'SQLite.Interop.dll'
解决方案三:
将sqlite.interop.dll这个放到输出文件夹,考虑到32位与64位环境最好是分别在输出目录(Debug&Release)下分别建立x86SQLite.Interop.dllx64SQLite.Interop.dll你可以选择使用带bundle的sqlite安装包(比如sqlite-netFx35-setup-bundle-x86-2008-1.0.81.0.zip),这样只需要引用SQLite.dll这一个混合程序集就可以用了
解决方案四:
引用2楼dongxinxi的回复:

将sqlite.interop.dll这个放到输出文件夹,考虑到32位与64位环境最好是分别在输出目录(Debug&Release)下分别建立x86SQLite.Interop.dllx64SQLite.Interop.dll你可以选择使用带bundle的sqlite安装包(比如sqlite-netFx35-setup-bundle-x86-2008-1.0.81.0.zip),这样只需要引用SQLite.dll这一个混合程序集就可以用了

是这样的,本地测试是可以的。我发布到服务器上才会出现这个问题。

时间: 2024-08-01 14:19:54

Unable to find an entry point named 'sqlite3_changes_interop' in DLL 'SQLite的相关文章

PHP启动提示Unable to load dynamic library php_curl.dll怎么办

这个问题容易手配PHP的时候出现, 在php.ini中正确开启了curl扩展后, 在PHPINFO中却看不到相关的信息, 而Apache的日志会显示以下错误: PHP Warning:  PHP Startup: Unable to load dynamic library 'D:\DEV\ENV\php-5.3.10\ext\php_curl.dll' - xd5xd2xb2xbbxb5xbdxd6xb8xb6xa8xb5xc4xc4xa3xbfxe9xa1xa3rn in Unknown o

eclipse开发项目使用tomcat发布项目报错

问题描述 eclipse开发项目使用tomcat发布项目报错 和同学一起做的项目,用的同样的Eclipse,同样的Tomcat到我的电脑上出如下错误Unable to process Jar entry [org/logicalcobwebs/proxool/util/FastArrayList.class] from Jar [jar:file:/F:/MyJob/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/sz

[python] 安装numpy+scipy+matlotlib+scikit-learn及问题解决

这篇文章主要讲述Python如何安装Numpy.Scipy.Matlotlib.Scikit-learn等库的过程及遇到的问题解决方法.最近安装这个真是一把泪啊,各种不兼容问题和报错,希望文章对你有所帮助吧!你可能遇到的问题包括:         ImportError: No module named sklearn 未安装sklearn包         ImportError: DLL load failed: 找不到指定的模块         ImportError: DLL load

手把手教你发布自己的CocoaPods开源库

本文讲的是手把手教你发布自己的CocoaPods开源库,发布自己的cocoapods开源库按照以下步骤,良心制作,包教包会!! 下面我会通过一个名为IFMMenu的项目来讲解一下整个过程. 1.写好代码,上传到github github上创建项目仓库的时候记得创建LICENSE(许可证/授权)文件,此文件必须要有. github上创建项目仓库 2.将自己的项目打成tag 因为cocoapods是依赖tag版本的,所以必须打tag,以后再次更新只需要把你的项目打一个tag,然后修改.podspec

Building and deploying a basic WDF Kernel Mode Driver

Building and deploying a basic WDF Kernel Mode Driver Introduction At the end of December 2005, Microsoft released the new Windows Driver Foundation. This is a new framework for building Windows device drivers. It is a lot more high level than the Wi

代码更加精简. 漂亮 GWT 2.0 UiBinder 研究.如此强大.

以前曾写了一个用 GWT 1.7 的一个 全部的组建的测试.   现在花了 2 天时间将这些代码 改成了 UiBinder 的格式.   代码更加 精简.而且更加的漂亮.可以做很复杂的应用.   将布局 组建和业务逻辑 分开.   UiBinderTest01.ui.xml 内容如下: <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui

Apps Listener——FNDSM 和 FNDFS

ebs Application Listener  FNSFS: [appltest@vs155 ~]$ lsnrctl status APPS_TEST LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 24-JUN-2015 19:51:02 Copyright (c) 1991, 2004, Oracle.  All rights reserved. Connecting to (ADDRESS=(PROTOCOL=TCP)(Hos

tomcat-启动项目出现问题,求哪位大神指点下。。

问题描述 启动项目出现问题,求哪位大神指点下.. tomcat7部署出现"严重: Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:file:/D:/Program/tomcat7/webapps/jcpa/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotationsorg.apache.tomcat.util.bcel

GWT UIBinder 通过配置xml 进行设计.

有些地方也是摸索着前进.    新建立一个uiBinderTest的工程   新建立一个UiBinder 这个是在最新的eclipse google 插件上面才有的.如果没有. 请自己更新eclipse 插件.      添加一个名字. !说明这个输入这个名字后会生成两个文件. 1,XXX.ui.xml 2,XXX.java     一个 xml 文件和一个java类. xml负责页面的布局.里面可以混写 html 和 GWT 组建代码. 有点像flex .     运行程序的时候有个问题.bu