服务器对象错误“ASP 0177:800401f3"Server.CreateObject 失败 [英] Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed

查看:18
本文介绍了服务器对象错误“ASP 0177:800401f3"Server.CreateObject 失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是经典 ASP.

I'm using Classic ASP.

Set theForm = Server.CreateObject("Persits.Upload")
theForm.OverwriteFiles = True

运行上述代码会产生错误:

Running the above code produces the error:

Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed

我该如何解决这个问题?

How can I solve this?

推荐答案

注销 Persits Upload DLL 并使用 regsvr32 重新注册.以下是注册和注销 DLL 的步骤

Unregister the Persits Upload DLL and re-register it by using regsvr32. below are the steps to register and unregister the DLL

注册 DLL

regsvr32 <filename>.dll

regsvr32 <path><filename>.dll

其中是文件的路径,是文件的名称.

where is the path to the file, and is the name of the file.

取消注册 DLL

regsvr32 -u <filename>.dll

regsvr32 -u <path><filename>.dll

这篇关于服务器对象错误“ASP 0177:800401f3"Server.CreateObject 失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆