简体   繁体   English

如何在我的项目32位应用程序C#中包括oracle客户端64位版本

[英]how to include oracle client 64 bit version in my project 32 bit application c#

i'm Develop a project using visual studio 2010 and oracle client from comm objects in VS 2010 4.0 framework and my windows XP 32 bit operating system. 我正在使用Visual Studio 2010和来自VS 2010 4.0框架和Windows XP 32位操作系统中comm对象的oracle客户端开发项目。 but target system is 64bit server it does not support 32 bit oracle client. 但是目标系统是64位服务器,它不支持32位oracle客户端。 so i installed 64 bit oracle client in server. 所以我在服务器上安装了64位oracle客户端。

now now my project not runs in server it asking 32 bit oracle client. 现在,现在我的项目不在服务器上运行,它要求32位oracle客户端。

how to include oracle 64 bit version in my project? 如何在我的项目中包括oracle 64位版本?

(or) any other solution to my problem? (或)我的问题有其他解决方案吗?

You can enable 32 bit application inside your application pool and use 64bit oracle client. 您可以在应用程序池中启用32位应用程序,并使用64位oracle客户端。

To enable 32bit application in your application pool follow the styeps: 要在应用程序池中启用32位应用程序,请按以下指示:

  1. Open IIS Manage using run=> inetmgr 使用运行=> inetmgr打开IIS管理
  2. Goto Advance settings of your applications pool 转到应用程序池的高级设置
  3. select 'True' against 'Enable 32 bit application' option. 在“启用32位应用程序”选项中选择“正确”。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM