转自:http://www.myexception.cn/asp/1507173.html
ActiveX 部件不能创建对象
Microsoft VBScript 运行时错误 '800a01ad'
ActiveX 部件不能创建对象: 'Server.CreateObject'
set objForm=Server.CreateObject("Scripting.Dictionary")
1、服务器限制了
2、检查下是不是因为64位程序没有开启32位模式
本文介绍了解决在使用Server.CreateObject创建Scripting.Dictionary对象时出现的'800a01ad'错误的方法。该错误通常由服务器限制或64位程序未启用32位模式引起。
转自:http://www.myexception.cn/asp/1507173.html
ActiveX 部件不能创建对象
Microsoft VBScript 运行时错误 '800a01ad'
ActiveX 部件不能创建对象: 'Server.CreateObject'
set objForm=Server.CreateObject("Scripting.Dictionary")
1万+
3407
1063
4512
9347

被折叠的 条评论
为什么被折叠?
