473,785 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CDOSYS AND CDONTS on W2K3 machine

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.CreateOb ject("CDONTS.Ne wMail")

I know that the new format is:

Set objCDOMail = Server.CreateOb ject("CDO.Messa ge")

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

Thanks,

Tom
Jul 22 '05
16 3174
On Fri, 14 Jan 2005 12:22:06 -0800, "tshad"
<ts**********@f tsolutions.com> wrote:
"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:OR******* *********@TK2MS FTNGP11.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?


Judging from your error I'd say... well... um...

If you have an error you want a resolution to, you need to tell us
what it is.

Jeff
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"tshad" <ts**********@f tsolutions.com> wrote in message
news:%2******** ************@TK 2MSFTNGP09.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.CreateOb ject("CDONTS.Ne wMail")

I know that the new format is:

Set objCDOMail = Server.CreateOb ject("CDO.Messa ge")

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

Thanks,

Tom



Jul 22 '05 #11
> Judging from your error I'd say... well... um...

If you have an error you want a resolution to, you need to tell us
what it is.


Or be logical. "Gee, I have a 1978 Datsun B210 and a 2005 BMW 645i in the
driveway. The Datsun won't start, can someone help, I really need to go buy
some groceries, and I want to use the Datsun for some weird reason!"

:-)
Jul 22 '05 #12
tshad wrote:

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?


*Moved* it? Do you mean just copied the dll over? Did you register it
on the 2003 box?

Morris
Jul 22 '05 #13
"Jeff Cochran" <je*********@zi na.com> wrote in message
news:41******** ********@msnews .microsoft.com. ..
On Fri, 14 Jan 2005 12:22:06 -0800, "tshad"
<ts**********@f tsolutions.com> wrote:
"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:OR****** **********@TK2M SFTNGP11.phx.gb l...
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?


Judging from your error I'd say... well... um...

If you have an error you want a resolution to, you need to tell us
what it is.


Server object error 'ASP 0177 : 800401f3'

Server.CreateOb ject Failed

/EmailEmpReg.asp , line 12

800401f3

Jeff
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"tshad" <ts**********@f tsolutions.com> wrote in message
news:%2******** ************@TK 2MSFTNGP09.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.CreateOb ject("CDONTS.Ne wMail")

I know that the new format is:

Set objCDOMail = Server.CreateOb ject("CDO.Messa ge")

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

Thanks,

Tom

Jul 22 '05 #14
"Morris" <mo****@nospam. cling> wrote in message
news:Q3******** ************@fe 2.news.blueyond er.co.uk...
tshad wrote:

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?

*Moved* it? Do you mean just copied the dll over? Did you register it on
the 2003 box?


I don't remember if I registered it or not. I don't have access to the
machine at the moment, but I was going to check that out. I hadn't realized
that I needed to register it until someone else mentioned it earlier.

Tom
Morris

Jul 22 '05 #15
>>>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?


Judging from your error I'd say... well... um...

If you have an error you want a resolution to, you need to tell us
what it is.


Server object error 'ASP 0177 : 800401f3'

Server.CreateO bject Failed

/EmailEmpReg.asp , line 12

800401f3


That's typical of not having the CDONTS.DLL on the system, or of not
registering it if you do have it. Either register the DLL and try it,
or switch to CDOSYS which requires no registration of DLLs on your
server.

Jeff
Jul 22 '05 #16
"Jeff Cochran" <je*********@zi na.com> wrote in message
news:41******** ********@msnews .microsoft.com. ..
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?

Judging from your error I'd say... well... um...

If you have an error you want a resolution to, you need to tell us
what it is.

Server object error 'ASP 0177 : 800401f3'

Server.Create Object Failed

/EmailEmpReg.asp , line 12

800401f3


That's typical of not having the CDONTS.DLL on the system, or of not
registering it if you do have it. Either register the DLL and try it,
or switch to CDOSYS which requires no registration of DLLs on your
server.


Actually, I am doing both.

Thanks,

Tom
Jeff

Jul 22 '05 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1354
by: RIP | last post by:
i posted earlier, and the response seemed to be there is another dll i need to use the cdonts object, i used it fine for awhile on my old setup, i upgraded to 2k3 and it errors up as if cdonts isnt an object. So is there a dll i need to have to use the cdonts object in iis 6 or do i need to rewrite my code to use cdo? (if so, please provide asp 3 example on how to send an email with recepient, sender, body and subject)
6
9050
by: Peter Croft | last post by:
Hello. Can someone please tell me how to set the priority of an email message sent from an ASP script using CDOSYS as below - set oCdoMsg = server.createobject("CDO.Message") oCdoMsg.from=... oCdoMsg.to=... oCdoMsg.subject=... oCdoMsg.importance=1 ' fails oCdoMsg.HTMLBody=....
1
1611
by: Paxton | last post by:
Is it necessary to set field configurations for CDOSYS? I have yet to recode all my existing uses of CDONTS over to CDOSYS. In most of the sample code I've seen on the usual ASP sites, there is code to set field configurations for CDOSYS (usually using With... End With). However, in a number of CDOSYS-related code samples offered within this news group, the field configuration code is absent.
12
1977
by: tshad | last post by:
I am trying to run a test sending mail using CDONTS on my W2K3 machine. It works fine running from my WXP Pro, but I don't recieve the mail if run the W2K3 machine. Both machines have IIS configured essentially the same. ******************************************************************************************
1
2182
by: aRBee | last post by:
I got the all too typical Unable to access CDO.Message object error. I checked the registry for HKEY_CLASSES_ROOT\CDO.Message\CLSID and the default value was blank. I unregistered all CDO dlls: C:\WINNT\system32\cdosys.dll C:\WINNT\system32\cdonts.dll C:\WINNT\ServicePackFiles\i386\cdosys.dll C:\WINNT\ServicePackFiles\i386\cdonts.dll C:\Program Files\Common Files\System\MSMAPI\1033\CDO.dll C:\Program Files\Common Files\Microsoft...
10
19580
by: Jed | last post by:
I have a form that needs to handle international characters withing the UTF-8 character set. I have tried all the recommended strategies for getting utf-8 characters from form input to email message and I cannot get it to work. I need to stay with classic asp for this. Here are some things I tried: 'CDONTS Call msg.SetLocaleIDs(65001)
4
2070
by: Dr. Harvey Waxman | last post by:
I guess I should change from cdonts to cdosys. Since I am ignorant about asp I hope you forgive this basic question. There are two asp files for handling mail, the one that gets the info from a form and creates a form.asp to mail and the one that takes that file and mails it, mail.asp. I believe I can figure out what needs to be altered in the code for the first form.asp but what needs to be changed in the one that sends the email? Is...
12
2218
by: Basr | last post by:
My provider removed suddenly the CDONTS from the server. Now I have to change my forms and I have to use the CDOSYS functionaltity Till now I used one script that could do the work with one page. I could send all my forms to that page and this page conveyed all the input by email. Now I want to make a script that can do the same job. This is too diffucult for me. I can make a script for the normal input for email forms but I want to...
0
1406
by: david220 | last post by:
hi once members sign up to my site they get sent an email which contains there username/password which they enter on a sign up form. Once they've signed up the email is automatically sent using the code below. The site uses classic asp and vbscript, with the email bit in cdonts. I recently changed hosts and they use cdosys. I have used cdosys email before but are'nt sure how to get it to connect to the asp bits they enter on the sign...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10100
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.