ADODB.Connection 错误 '800a0ea9'

未指定提供程序,也没有指派的默认提供程序。

 

 64位 Windows 2003  IIS 运行32bit程序,不完全兼容就出现:“Windows 64 bit ADODB.Connection 错误 '800a0ea9' 未指定提供程序”

    解决方法:进CMD命令窗口:依次运行:
    1. cd /d %systemdrive%/Inetpub/AdminScripts
    2. cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "true"


如果出现: Service Unavailable
运行以下命令: C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/aspnet_regiis.exe -i

 

重新访问就OK了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-06-21
  • 2021-11-12
相关资源
相似解决方案