Hi
I have written code in C# to send mail from windows application using lotus notes. For That I have made use of Interop.DOmino.dll. The code works fine on the m/c where Visual Studio 2005 is installed…But on the m/c in which Dot net Framework 2 is there it fails due to SEHException thrown by external component. The Interop.Domino dll is created using build and is there in the project’s directory. All m/c have lOtus notes installed. And I have also registered nlsxbe.dll as suggested.
I tried to write code in Visual Studio 2003. (Interop.Domino Dll id present in the iDE) The code gets compiled but throws the SEHException when run. Can u please advise.
Thanks.