|
-
Feb 27th, 2001, 05:55 PM
#1
Thread Starter
Lively Member
i want to register CDONTS.dll on my nt server
to allow CDO email capabilty but everytime i try to register it i come up with errors????
regsvr32.exe cdonts.dll
i get an erro is ther anyway elese i can registter this file??
-
Feb 27th, 2001, 06:26 PM
#2
Hyperactive Member
try dragging the file cdonts.dll onto regsvr32.exe in windows explorer.
you never know.
-
Feb 28th, 2001, 09:48 AM
#3
Guru
per M$
CDO 1.2 for Windows NT Server (CDONTS.DLL)
This library ships with Internet Information Server (IIS) 4.0 (Windows NT 4.0 Option Pack 1) and Windows 2000 Server.
File name: CDONTS.DLL
PROGID: CDONTS
Application name: Microsoft CDO 1.2 for Windows NT Server
Version: 1.2
Ships with: Exchange 5.5, IIS 4.0, Microsoft Commercial Internet System (MCIS), Windows 2000 Server
Looks like you need to install/reinstall the NT option pack to get CDONTS
If CDONTS is already registered and not working, you have different issues
-
Mar 12th, 2001, 12:11 PM
#4
PowerPoster
I am running Windows 2000 Professional on my desktop and I want to test the CDONT but my code doesn't execute the CDONT. How can I make sure it is installed on my machine?
-
Mar 12th, 2001, 11:48 PM
#5
Addicted Member
Come on the Name says it all...
You cannot Run CDONTS
on Win2k...
Win2k Comes With a Mailer Component called CDOSYS.dll
You have to Live with it...
Take a look at
http://support.microsoft.com/support.../Q171/4/40.ASP
http://support.microsoft.com/support.../q195/6/83.asp
Last edited by Active; Mar 13th, 2001 at 12:06 AM.
-
Mar 13th, 2001, 12:10 AM
#6
Thread Starter
Lively Member
ps a tip for everyone else Use
you have missed the boat completly with that call Activ
you are right about cdNTs
but if your any good at ASP development you should know that his desktop is win 2000 AND the
asp code for cdnts runs on teh nt server not at his desktop therefore he has got the right cdont.dll file on his desktop development machine
does this mean that if anyone wants to send an email using the cdo component...they have to instill in on there machines first??
come on man think before you snap at someone else!!!!
ps a tip for everyone else Use
Jmail its way easier then CDO
-
Mar 13th, 2001, 01:06 AM
#7
Addicted Member
Hey..I think I answered Jesus4U..(Sorry I can't Help.. If you are more Inclined to Insulting others)
Now Jesus4u.... I just Looked up for you(Ok for me also)..
and Got the Following Reference on Using CDO on Win2K server through ASP.
http://www.neteng.org/aspexample7.asp
http://mspress.microsoft.com/prod/bo...pchap/3449.htm
-
Mar 13th, 2001, 01:42 AM
#8
Addicted Member
Johny If I read this post
http://forums.vb-world.net/showthrea...8717#post38717
Before.... I Would not have posted in your thread.
I feel Sorry I did that!
-
Mar 13th, 2001, 09:59 AM
#9
PowerPoster
Thanks for the info guys but when I change my code to this, it doesn't fire off the emails like it's supposed to.
Any ideas why?
Code:
Set objCDO = Server.CreateObject("CDO.Message")
objCDO.From = "RAC Registration"
objCDO.To = "[email protected]"
objCDO.To = cookieEmail
objCDO.cc = "[email protected]"
Dim txtSubject
txtSubject = "This email means another RAC Registration has taken place."
objCDO.Subject = "RAC Registration."
objCDO.TextBody = txtSubject
objCDO.Send
Set objCDO = nothing
Response.Redirect "receipt.asp"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|