W2K3机器上的CDOSYS和CDONTS [英] CDOSYS AND CDONTS on W2K3 machine

查看:69
本文介绍了W2K3机器上的CDOSYS和CDONTS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的W2K3服务器上有cdosys.dll和cdonts.dll。


我们的网络作者告诉我们他们的asp代码不能用于我们的

机器,我们的机器上没有安装CDONTS。


他们收到的错误来自:
设置objCDOMail = Server.CreateObject(" CDONTS.NewMail")

我知道新格式是:


设置objCDOMail = Server.CreateObject(CDO.Message)


我们必须安装一些特殊的东西才能使CDONTS

工作吗?


谢谢,


Tom

解决方案

CDONTS没有没有W2k3,所以除非你添加它,否则你运气不好。

无论哪种方式都是死技术,切换到CDO。


-

Curt Christianson

网站&脚本: http://www.Darkfalz.com

博客: http://blog.Darkfalz.com

" tshad" < TS ********** @ ftsolutions.com>在消息中写道

新闻:%2 ******************** @ TK2MSFTNGP09.phx.gbl ..。

我的W2K3服务器上有cdosys.dll和cdonts.dll。

我们的网络作者告诉我们他们的asp代码不能在我们的机器上工作我们没有在我们的机器上安装CDONTS。

他们收到错误:

设置objCDOMail = Server.CreateObject(" CDONTS.NewMail" ;)

我知道新格式是:

设置objCDOMail = Server.CreateObject(" CDO.Message")

有没有我们必须安装什么特别的东西来使CDONTS工作?

谢谢,

Tom



" Curt_C [MVP]" < software_AT_darkfalz.com>在消息中写道

news:OR **************** @ TK2MSFTNGP11.phx.gbl ...

CDONTS没有'没有W2k3,所以除非你添加它,否则你运气不好。
无论哪种方式,虽然它是一种死技术,但切换到CDO。


我同意并且已经这样做了。


我们的问题大多是暂时的。


我们有几家公司为我们做项目,他们正在为其他人使用

相同的项目。


我们有W2K3而其他人有W2K(其中有W2K)它上面有CDONTS。


我从我的其他机器上移动CDONTS.DLL以允许它们的代码工作,直到

他们更改了代码。但是我们遇到了错误。这是因为它

机器上有.dlls(cdonts.dll和cdosys.dll)吗?


谢谢,

Tom
-
Curt Christianson
网站&脚本: http://www.Darkfalz.com
博客: http://blog.Darkfalz.com

" tshad" < TS ********** @ ftsolutions.com>在消息中写道
新闻:%2 ******************** @ TK2MSFTNGP09.phx.gbl ..。

我有在我的W2K3服务器上都有cdosys.dll和cdonts.dll。

我们的网络作者告诉我们他们的asp代码不能用于我们的机器而且我们不会我们的机器上安装了CDONTS。

他们收到错误:

设置objCDOMail = Server.CreateObject(" CDONTS.NewMail")
设置objCDOMail = Server.CreateObject(" CDO.Message")

我们有什么特别的东西吗?必须安装才能使CDONTS工作吗?

谢谢,

Tom




好吧,虽然你可以把cdonts.dll文件放在你的机器上并且regsvr32

它,我建议你不要这样做。使用CDO.Message。


-


Ray at work

Microsoft ASP / ASP.NET MVP

" tshad" < TS ********** @ ftsolutions.com>在消息中写道

新闻:%2 ******************** @ TK2MSFTNGP09.phx.gbl ..。

我的W2K3服务器上有cdosys.dll和cdonts.dll。

我们的网络作者告诉我们他们的asp代码不能在我们的机器上工作我们没有在我们的机器上安装CDONTS。

他们收到错误:

设置objCDOMail = Server.CreateObject(" CDONTS.NewMail" ;)

我知道新格式是:

设置objCDOMail = Server.CreateObject(" CDO.Message")

有没有我们必须安装什么特别的东西才能使CDONTS工作?

谢谢,

Tom



I have both cdosys.dll and cdonts.dll on my W2K3 server.

We have been told by our web authors that their asp code won''t work on our
machine and that we don''t have CDONTS installed on our machine.

They''re getting an error from:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")

I know that the new format is:

Set objCDOMail = Server.CreateObject("CDO.Message")

Is there something special that we have to have installed to make CDONTS
work?

Thanks,

Tom

解决方案

CDONTS doesn''t come with W2k3 so unless you added it you are out of luck.
Either way though it''s a dead technology, switch over to CDO.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2********************@TK2MSFTNGP09.phx.gbl.. .

I have both cdosys.dll and cdonts.dll on my W2K3 server.

We have been told by our web authors that their asp code won''t work on our
machine and that we don''t have CDONTS installed on our machine.

They''re getting an error from:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")

I know that the new format is:

Set objCDOMail = Server.CreateObject("CDO.Message")

Is there something special that we have to have installed to make CDONTS
work?

Thanks,

Tom



"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OR****************@TK2MSFTNGP11.phx.gbl...

CDONTS doesn''t come with W2k3 so unless you added it you are out of luck.
Either way though it''s a dead technology, switch over to CDO.
I agree and have already done that.

Our problem is mostly temporary.

We have a couple of companies doing projects for us and they are using the
same project for others.

We have W2K3 and others have W2K (which has CDONTS on it).

I moved CDONTS.DLL from my other machine to allow their code to work until
they change their code. But we are getting an error. Is this because it
has both .dlls (cdonts.dll and cdosys.dll) on the machine?

Thanks,

Tom
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2********************@TK2MSFTNGP09.phx.gbl.. .

I have both cdosys.dll and cdonts.dll on my W2K3 server.

We have been told by our web authors that their asp code won''t work on
our machine and that we don''t have CDONTS installed on our machine.

They''re getting an error from:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")

I know that the new format is:

Set objCDOMail = Server.CreateObject("CDO.Message")

Is there something special that we have to have installed to make CDONTS
work?

Thanks,

Tom




Well, while you ~can~ put the cdonts.dll file on your machine and regsvr32
it, I suggest that you don''t do that. Use CDO.Message.

--

Ray at work
Microsoft ASP/ASP.NET MVP
"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2********************@TK2MSFTNGP09.phx.gbl.. .

I have both cdosys.dll and cdonts.dll on my W2K3 server.

We have been told by our web authors that their asp code won''t work on our
machine and that we don''t have CDONTS installed on our machine.

They''re getting an error from:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")

I know that the new format is:

Set objCDOMail = Server.CreateObject("CDO.Message")

Is there something special that we have to have installed to make CDONTS
work?

Thanks,

Tom



这篇关于W2K3机器上的CDOSYS和CDONTS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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