I am trying to create a PowerPoint presentation from inside a C# .NET application.
For the most part it is working, but every once in a while I am seeing this error in my logs:
Creating an instance of the COM component with CLSID
{91493441-5A91-11CF-8700-00AA0060263B} from the IClassFactory failed due
to the following error: 80010108.
The line that triggers this exception is:
Microsoft.Office.Interop.PowerPoint.ApplicationClass oPPT =
new Microsoft.Office.Interop.PowerPoint.ApplicationClass();
Does anyone know what this means and how I can avoid it?