简体   繁体   English

经典ASP-Server.CreateObject失败错误

[英]Classic ASP - Server.CreateObject Failed Error

I am very new to classic ASP. 我是经典ASP的新手。 I wrote a little piece of code in it. 我在其中写了一点代码。 That is: 那是:

Dim Upload: Set Upload = Server.CreateObject("Persits.Upload")

But I am getting this error: 但我收到此错误:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/UploadScript.asp, line 4
800401f3

PS I found some solutions on StackOverFlow asking to register dll etc. But I'm using no dll. PS我在StackOverFlow上找到了一些要求注册dll等的解决方案。但是我没有使用dll。 Thanks in advance. 提前致谢。

You need to download the ASPUpload component. 您需要下载ASPUpload组件。 You can get it here: 你可以在这里得到它:

http://www.aspupload.com/ http://www.aspupload.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM