|
-
Aug 21st, 2000, 04:47 PM
#1
Thread Starter
New Member
I'm not really clear on how to do development using CDONTS, and NOT CDO, in VB. It seems as if you can only use this technology with ASP, where scripts execute on the server, and not in a VB application.
I would like to use the CDONTS objects for development on my local NT workstation in conjunction with our NT Server, but I can't seem to pick up a reference to the server's dll on my local machine, e.g.
Set objSendMail = CreateObject("CDONTS.NewMail")
fails, UNLESS I do my development on the NT Server where I have the CDONTS .dll registered.
I don't mind running the completed program on the Server, but do I have to do all of my development on the Server? Kinda inconvenient.
The CDO download from Microsoft only installs CDO, and not CDONTS!
[Edited by iforsyth on 08-22-2000 at 12:05 PM]
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
|