Lotus Domino on 64 bit system: Could not create automation object, error 208
问题 I have created a C# .NET DLL with Release/AnyCPU as per http://www-01.ibm.com/support/docview.wss?uid=swg21230705 and successfully registered it for COM Interop. When I open my 32bit Excel on a 32bit Windows 10, and use the code Private Sub CommandButton1_Click() Dim obj As Variant Set obj = CreateObject("MyTest") MsgBox obj.AppendStr("This is") End Sub it returns the expected values. When I open 32bit Excel on a 64 bit Windows 8.1, and use the same code, it also returns the expected values.