Copy link to clipboard
Copied
We use a .NET class to send out email from our servers. I just installed the 9.0.1 Updater and now our server is throwing an error anytime you try to send email. The instantiation code looks like this:
<cfset variables.SMTP = CreateObject(".NET", "Quiksoft.EasyMail.SMTP.SMTP", EM_DLL_PATH) />
And the error we are receiving says:
"Class EasyMail.SMTP.SMTP not found in the specified assembly list."
We haven't changed anything other than running the updater. Does anyone know of any problems or changes in how the .NET translation works in the new updater? Any help at all would be greatly appreciated.
- Chris
Copy link to clipboard
Copied
You might check that relavent ColdFusion services have permission to access files at the location of "EM_DLL_PATH".
This is a shot in the dark, but the update process *may* have reset permissions on those services. Note that I haven't seen this behavior. I'm just suggesting a possible item to troubleshoot.
Copy link to clipboard
Copied
Thanks for the idea, but it wasn't that. I actually tried rolling back out of the updater (following Adobe's instructions) and then nothing worked. I ended up running the updater again, but I'm still getting my original problem.