Oracle 数据访问组件 64 位无法在 IIS Express 7.5 中工作

发布于 2024-12-19 23:15:53 字数 182 浏览 2 评论 0原文

我已经安装了ODAC(Oracle数据访问组件64位)odp.net 4。但不幸的是它不能与IIs Express一起使用。 IIS Express文档说它支持32位和64位系统。它是否可以与 odp.net 4(64 位)一起使用,或者我们必须在开发机器中使用 odac 32 位组件。

提前致谢!

I have installed ODAC (Oracle data Access Components 64 bit) odp.net 4. But unfortunately it does not work with IIs Express. IIS express documentation says it supports both 32bit and 64bit systems. Is it possible that it can work with odp.net 4 (64 bit), or must we work with odac 32 bit components in development machines.

thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂牵梦绕锁你心扉 2024-12-26 23:15:53

现在可能为时已晚,但 IIS Express 7.5 是 32 位的,无法托管 64 位进程。我假设这就是您的问题,因为我对 Oracle.DataAccess.dll 也有类似的问题。但是,IIS Express 8.0 测试版 可以托管您的 64 位站点。

仅当您使用 Visual Studio 启动站点(F5 或 Ctrl-F5)时,Visual Studio 才会启动 32 位 IIS Express 8 进程。但是,如果您想进行调试,可以从命令行启动 64 位进程,然后从 Visual Studio 附加到 IIS Express 进程。我使用的命令是:

c:\Program Files\IIS Express\iisexpress.exe /site:SiteName

默认的 IIS Express 配置文件位于 IISExpress\config\applicationhost.config 的文档文件夹中。该文件包含站点的定义并为您提供可以更改的站点名称。

请务必阅读从 IIS Express 7.5 升级。

Probably too late now, but IIS Express 7.5 is 32-bit and cannot host a 64-bit process. I'm assuming that's what your problem is/was because I had a similar issue with the Oracle.DataAccess.dll. However, IIS Express 8.0 Beta can host your 64-bit site.

Visual Studio will only start the 32-bit IIS Express 8 process when you use it to start the site (F5 or Ctrl-F5). However, you can start the 64-bit process from the command line and then attach to the IIS Express process from Visual Studio, if you want to debug. The command I use is:

c:\Program Files\IIS Express\iisexpress.exe /site:SiteName

The the default IIS Express config file is in your documents folder at IISExpress\config\applicationhost.config. That file contains the definitions for your sites and gives you the site name, which you can change.

Make sure you read the instructions for Upgrading from IIS Express 7.5.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文