ドメインサービスから以下の行を使用して作成しているときに、以下のエラーが発生します。
Microsoft.Office.Interop.Excel.Workbook excel = new Microsoft.Office.Interop.Excel.Workbook();
---------------------------
Error
---------------------------
Invoke operation 'CallExcel' failed. Retrieving the COM class factory for component with CLSID {00020819-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
---------------------------
OK
---------------------------
この奇妙なエラーの原因は何ですか?単語オブジェクトを使用する場合は、相互運用機能でも機能します。