在windows service 中 运用 以下代码:
http://stackoverflow.com/questions/2972263/ppt-slides-to-images
将 PowerPoint 的 slide 保存成图片
当 用 Console Project 方式 运行以上代码时 一切正常
但是将代码封装成 windows service 的时候 却报以下错误:
System.Runtime.InteropServices.COMException (0x80004005):
PowerPoint could not open the file.
in Microsoft.Office.Interop.PowerPoint.Presentations.Open(String FileName, MsoTriState ReadOnly, MsoTriState Untitled, MsoTriState WithWindow)
请问有没有解决方案?
是不是windows service的启动权限不够?
管理员权限试试。