64-bit version of .NET Domino Interop DLL for .NET

Years ago, we developed an application in .NET using the Interop.Domino.dll, this was of course using the 32-bit version at the time and for it to work properly, we had to compile the application as 32-bit. We now have customers who are upgrading to Domino 12, 64-bit. However the old Interop DLL is no longer compatible with the current 64-bit version of the Notes 12 client. Does anyone have a source for obtaining a new build of the Domino Interop which is compatible with 64-bit executables? Thank you.

HI Aron,

You might need to look for other alternatives to make this work.

"interop.domino.dll" library is not developed/maintained/supported by HCL.

How you generated the existing library? Did you use Visual Studio?

If Yes, then you should try to generate this library again using the latest version of Visual Studio and then try to reference this new library in your .NET application and see if that helps.

Regards,

Amit

Aron, I'd like to learn more about your Interop DLL. Specifically, we want to import the Table of Contents from Word documents into a Notes DB. Is that something your DLL might help with?

If yes, plse contact me at pryan@paragoncda.com

Thx in advance

Asimple search got me to nuget: https://www.nuget.org/packages/interop.domino.dll/ which has a link to the source: https://www.codeproject.com/Articles/18517/Lotus-Notes-Integration-with-Microsoft-NET-Platfor

From there you can get the sources (View code) and create a 64 bit dll . Some assembly (I mean work, not assembly code) may be required.

The library “interop.domino.dll” is not an HCL product. HCL does not maintain the source code nor has any relation to the author of the code. HCL does not provide any form of support. So in case of any questions, please reach out to the developer.

1 Like