Object already exists. (MyCDONTSMail)
Hi,
I have a web page which works perfectly on a system. But when I put it to production, it displays:
Error Type:
(0x8009000F)
Object already exists.
/test/iindex.asp, line 82
Here is my code.
I noticed that if I removed the line " MyCDONTSMail.Send".(Which is also the line 82) I will not get any error but then I won't get my mail sent either.
MyCDONTSMail.Subject="PCQ-Pre-Alert ~" & Title& ""
MyCDONTSMail.BodyFormat=0
MyCDONTSMail.MailFormat=0
MyCDONTSMail.Body=HTML
MyCDONTSMail.Send
set MyCDONTSMail=nothing
I need to get the mail working by getting this object already exisits error fixed. Any help is greatly appreciated!
|