C# .NET アプリケーション内から PowerPoint プレゼンテーションを作成しようとしています。
ほとんどの場合は機能していますが、ログに次のエラーが表示されることがあります。
Creating an instance of the COM component with CLSID
{91493441-5A91-11CF-8700-00AA0060263B} from the IClassFactory failed due
to the following error: 80010108.
この例外をトリガーする行は次のとおりです。
Microsoft.Office.Interop.PowerPoint.ApplicationClass oPPT =
new Microsoft.Office.Interop.PowerPoint.ApplicationClass();
これが何を意味し、どうすれば回避できるか知っている人はいますか?