Question
When using a COM object to create an email, I get the following error:
error 'ASP 0115' Unexpected error /email.asp A trappable error occurred in an external object. The script cannot continue running.
stopping and starting inetinfo.exe (IIS Admin Service) frees the memory and the email is sent despite the error.
Answer
There was a problem with the GMS resolver dll being called each time a message was sent. There was no reason for this and it was eating up memory so we have suppressed multiple instances of this dll and this has solved the memory increase problem.
You should now find that the COM object runs correctly and does not use additional memory each time it is run.
See Also:
Keywords:asp com 0115