Results 1 to 9 of 9

Thread: registering CDO

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    81
    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??

  2. #2
    Hyperactive Member Kagey's Avatar
    Join Date
    Sep 2000
    Location
    The Wilderness of New Brunswick
    Posts
    294
    try dragging the file cdonts.dll onto regsvr32.exe in windows explorer.

    you never know.

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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

  4. #4
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Talking

    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?

  5. #5
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    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.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    81

    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

  7. #7
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    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
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  8. #8
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    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!
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  9. #9
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Talking

    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
  •  



Click Here to Expand Forum to Full Width