简体   繁体   中英

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. but target system is 64bit server it does not support 32 bit oracle client. so i installed 64 bit oracle client in server.

now now my project not runs in server it asking 32 bit oracle client.

how to include oracle 64 bit version in my project?

(or) any other solution to my problem?

You can enable 32 bit application inside your application pool and use 64bit oracle client.

To enable 32bit application in your application pool follow the styeps:

  1. Open IIS Manage using run=> inetmgr
  2. Goto Advance settings of your applications pool
  3. select 'True' against 'Enable 32 bit application' option.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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