Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

.NET Translation problems with 9.0.1

Explorer ,
Jul 15, 2010 Jul 15, 2010

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

624
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 15, 2010 Jul 15, 2010

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 16, 2010 Jul 16, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources