64位到32位编译-'Microsoft.Jet.OLEDB.4.0' [英] 64 bit to 32 bit compilation - 'Microsoft.Jet.OLEDB.4.0'

查看:193
本文介绍了64位到32位编译-'Microsoft.Jet.OLEDB.4.0'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看到许多与"Microsoft.Jet.OLEDB.4.0"提供程序问题有关的文章,并且/但是...我的数据库应用程序过去在我的32位计算机上正常运行,现在没有.

我正在尝试使用Visual Studio Express 2010对问题进行排序,以将编译选项更改为x86,但是我找不到如何更改项目设置.
有没有办法,或者我可以使用其他解决方案?
预先感谢.

I have seen a number of articles related the problem of ''Microsoft.Jet.OLEDB.4.0'' provider is not registered, and/but... my DB app which used to work fine on my 32 bit machine, now doesn''t.

I am trying to sort the problem, using Visual Studio Express 2010, to change the compilation option to x86, but I can''t find how to change the project settings.
Is there a method, or is there another solution available to me?
Thanks in advance.

推荐答案



浏览此
Hi,

Go through this link. this may help you,

thanks
-Amit


尝试添加App.config.即使App.config为空,我也遇到了类似的问题,而且出乎意料的有效.
Try adding an App.config. I had a similar problem and amazingly that worked, even if the App.config is empty.


感谢您的指导,人们.
通过Amit的链接,我可以通过命令行进行操作:

msbuild myproj.sln/p:配置=发布/p:PlatformTarget = x86

大松一口气!!! Ta
Thanks for your pointers, people.
Through Amit''s link I got it to work through the Command line:

msbuild myproj.sln /p:Configuration=Release /p:PlatformTarget=x86

Big sigh of relief!!! Ta


这篇关于64位到32位编译-'Microsoft.Jet.OLEDB.4.0'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆