.NET Translation problems with 9.0.1
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
