Run Oracle Client in 32-bit mode on a 64-bit machine

后端 未结 5 2119
无人及你
无人及你 2020-12-16 19:04

I have just moved from a 32-bit Windows 7 desktop to a 64-bit Windows 7 Laptop. We have a C# program that we are developing that contains approximately 60 projects within th

5条回答
  •  再見小時候
    2020-12-16 19:27

    I found that you have to install the 32-bit Oracle client (you can download the installer from their website) even if you are running on a 64-bit machine.

    In addition, during the discussions people were talking about 32-bit mode etc. This is how you can check / set that for an IIS 7 hosted application. You shouldn't need to change this but I have added here for completeness / future reference.

    • Launch IIS 7 and expand the server name node.
    • Click on Application Pools node and find the application Pool you are using.
    • On the right-hand panel click Advanced Settings...
    • In the pop-up box that appears check Enabled 32-Bit Applications setting which is third option from the top.

提交回复
热议问题