Question
An exception occurred when instantiating a Com object.
I have been running some code to dynamically build a
powerpoint presentation on my website. Up untill recenlty it has
worked great. Now i get this error message:
The cause of this exception was that: AutomationException: 0x80080005 - Server execution failed. Note that Windows 95 does not support automatic launch of a server, it must be running already.
The error occurred in D:\inetpub\wwwroot\sageproducts 2008\education\pres2.cfm: line 22
20 : <CFOBJECT
21 : ACTION="CREATE"
22 : CLASS="PowerPoint.Application"
23 : NAME="objPPT"
24 : TYPE="COM">
can anyone tell me how to fix this error?
The cause of this exception was that: AutomationException: 0x80080005 - Server execution failed. Note that Windows 95 does not support automatic launch of a server, it must be running already.
The error occurred in D:\inetpub\wwwroot\sageproducts 2008\education\pres2.cfm: line 22
20 : <CFOBJECT
21 : ACTION="CREATE"
22 : CLASS="PowerPoint.Application"
23 : NAME="objPPT"
24 : TYPE="COM">
can anyone tell me how to fix this error?
