"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:ORS2lXn%...
> 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" <> wrote in message
> news:%23%238jPUn%.. .
>>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
>>
>
>