逐梦论坛's Archiver

shillan 发表于 2006-11-10 19:15

Server 对象 错误 'ASP 0177 : 800401f3' Server.CreateObject 失败 的解决方法

[color=blue]现象:[/color]
在运行asp文件时出现如下错误提示:
[color=blue]server 对象 错误 'asp 0177 : 800401f3'

server.createobject 失败

/count/s.asp,行 28

800401f3[/color]

[color=green]原因:[/color]未开启fso组件。

[color=red]解决:[/color]
fso组件的开启和关闭方法(dll 文件的注册和注销):

windows 2000系统:
在cmd命令行状态输入以下命令:
开启:regsvr32 c:\winnt\system32\scrrun.dll
关闭:regsvr32 /u c:\winnt\system32\scrrun.dll


windows 2003系统:
开启:运行,regsvr32 scrrun.dll
关闭:运行,regsvr32 /u scrrun.dll

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.