Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 22, 2006 03:49 AM by A R Khan
Member
5 Points
1 Post
Mar 22, 2006 03:49 AM|LINK
I have developed an ASP.NET application that calls powerpoint process to create PPT slide.for the same I have written the code as hereunder to get the process, but I am getting this error on production machine
Process[] PPTInstances;
PPTInstances = Process.GetProcessesByName("POWERPNT");
Couldn't get process information from remote machine.
but in dev environment it is working fine
Please asisst.
A R Khan
Member
5 Points
1 Post
Process informatin in ASP.NET
Mar 22, 2006 03:49 AM|LINK
I have developed an ASP.NET application that calls powerpoint process to create PPT slide.for the same I have written the code as hereunder to get the process, but I am getting this error on production machine
Process[] PPTInstances;
PPTInstances = Process.GetProcessesByName("POWERPNT");
Couldn't get process information from remote machine.
but in dev environment it is working fine
Please asisst.