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

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

问题描述

我使用的是传统的ASP。

I'm using Classic ASP.

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

运行上面的code产生错误:

Running the above code produces the error:

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

我该如何解决呢?

How can I solve this?

推荐答案

注销Persits上传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天全站免登陆