↧
From: | Stein Goering |
To: | Rick Strahl |
If I set nMailMode to 0 and call the sendmail method - shouldn't that assure that everything's in place?
You'll want to make sure the DLL and the wwDotnetBridge version are synched. There were some minor changes and I think around 5.60 there was a bug that could creep up. The issue though was wwIPStuff.dll - the loader.
Couple of things to check:
See if wwSmtp.oDotNetBridge is set and if it is what version it returns:
loSmtp.oDotnetBridge.GetDotNetVersion()
This might tell you if there's a version or file issue.
+++ Rick ---
OLE error code 0x80131014: Unknown COM status code
The specific line is:
this.oSmtp = this.oBridge.CreateInstance("Westwind.wwSmtp")
This showed up after they upgraded to the latest version of our app, which was compiled under WC 5.65 Not sure what they were running before that - my guess is it was about a year old, maybe running under WC 5.60. I don't think any of the mailing routine code in my app would have changed in that time. Is it possible that some recent change in wwSMTP could have affect things?
--stein