
| email this FAQ to a colleague
Q: AspMail never works. I get Server object error 80040154. What is the problem? A: This is the most common error reported. The error means that ASP could not create the object. Causes include: - You never ran regsvr32 on the DLL. See installation section of this document.
- You registered the DLL with regsvr32 in one subdirectory and moved it to another.
- IIS does not have proper security permissions to access the DLL or the directory you installed it to. See the ASP FAQ for information on changing security.
- Your server may be running low on memory.
- Your evaluation copy has expired. If you purchased the product be sure you followed directions to install your product key.
Note: Some users have reported that restarting the server after registering the DLL was required to use the component. This should not be necessary but reportedly works in a few cases - Stephen Genusa |