我正在尝试从 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();
有谁知道这意味着什么以及如何避免它?