ActiveX 组件无法创建对象:“CDONTS.Newmail”

发布于 2024-12-06 09:07:20 字数 181 浏览 0 评论 0原文

我在 Windows 2003 服务器上遇到此错误:

Microsoft VBScript 运行时错误 '800a01ad'

ActiveX 组件无法创建对象:'CDONTS.Newmail'

我真的不想将代码更改为其他内容。有什么方法可以让 CDONTS 在 indows 2003 上工作吗?

I'm getting this error on a windows 2003 server:

Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object: 'CDONTS.Newmail'

I really don't want to have to change the code to something else. is there some way i can get CDONTS to work onw indows 2003.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千柳 2024-12-13 09:07:20

您可以在 Windows 2003 上安装并运行 CDONTS - 您需要下载 DLL(尝试 http://www .thevbzone.com/d_DLL.htm),然后通过运行安装它:

C:\Inetpub\WebDlls>regsvr32 cdonts.dll

然后执行 iisreset,您应该发现您的脚本可以创建 CDONTS.NewMail,就像在 Windows NT 上一样2000年。

You can install and run CDONTS on Windows 2003 - you'll need to download the DLL (try http://www.thevbzone.com/d_DLL.htm) and then install it by running:

C:\Inetpub\WebDlls>regsvr32 cdonts.dll

Then do an iisreset and you should find your scripts can create CDONTS.NewMail as they could on Windows NT and 2000.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文