Error Type:
Server object, ASP 0177 (0x8007007E)
8007007e
This error will point to the line of code where the SMTP mailer object is instantiated:
Set mailer = Server.CreateObject("SoftArtisans.SMTPMail")
This error message will be received when registry entries exist for the SoftArtisans.SMTPmail progID, but the dll does not physically exist at the location specified in the registry.
It was discovered in the 2.3 release of SMTPmail that the uninstaller was failing to remove registry entries for the product. If you receive this error message, the registry entires exist from a previous installation of SMTPmail, but SMTPmail has since been removed from your webserver. |