Is a COMException of 0x80040154 always 'Class not registered'?

后端 未结 3 1767
悲哀的现实
悲哀的现实 2021-01-13 11:58

Does a System.Runtime.InteropServices.COMException of 0x80040154 always mean that the class isn\'t registered? I\'m getting a COMException which says \"Retrieving the COM c

3条回答
  •  独厮守ぢ
    2021-01-13 12:18

    There's an IBM technote that indicates that the Domino COM classes are not supported on a 64-bit OS. See https://www-304.ibm.com/support/docview.wss?uid=swg21454291 So it seems like even by compiling the code to run as x86 (as per mpownie's answer), you're still taking some chances.

提交回复
热议问题