Hi,
I'm am trying to use:
var Pwr = Server.CreateObject("powerpoint.application"
The error I get back is:
Server object error 'ASP 0196 : 80040154'
Cannot launch out of process component
/Irequire/logon/loggedin/printable/printableND.asp, line 150
Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.
All I need to know is does this mean that the component is installed on the server but I have to change AspAllowOutOfProcComponents metabase setting, or that I have to install powerpoint on the server?
Thanks.
I'm am trying to use:
var Pwr = Server.CreateObject("powerpoint.application"
The error I get back is:
Server object error 'ASP 0196 : 80040154'
Cannot launch out of process component
/Irequire/logon/loggedin/printable/printableND.asp, line 150
Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.
All I need to know is does this mean that the component is installed on the server but I have to change AspAllowOutOfProcComponents metabase setting, or that I have to install powerpoint on the server?
Thanks.