OLE error code 0x80131014: Unknown COM status code
The specific line is:
this.oSmtp = this.oBridge.CreateInstance("Westwind.wwSmtp")
My initial thought was that this was a .NET version or configuration issue, or possibly an outdated version of wwDotNetBridge, but everything seems current. And in fact there are other calls to .NET routines via DotNetBridge elsewhere in the program that are working fine. It's just the call to wwSmtp that's having the problem.
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