N
N@poleone
Hi,
I'm using Office 2003 Interop (PowerPoint) in C#, but it's the same in
vb.
When I call the Presentation.SaveAs method, I get this exception:
Error HRESULT E_FAIL has been returned from a call to a COM component.
at
Microsoft.Office.Interop.PowerPoint.PresentationClass.SaveAs(String
FileName, PpSaveAsFileType FileFormat, MsoTriState EmbedTrueTypeFonts)
at PPTHelper.PPTHelper.AddSignaturesSlide(Byte[] pptDoc,
SignerInfoHelper[] firmatari, Int32 afterSlide, String titoloSlide,
Boolean savePPS, Boolean password)
The error number is that in the thread title.
The strange is: this exception raise for some users and not for other
users... but all has the same permission, either on the local folder,
either on accessing and using the com component...
Any suggestion?
I'm using Office 2003 Interop (PowerPoint) in C#, but it's the same in
vb.
When I call the Presentation.SaveAs method, I get this exception:
Error HRESULT E_FAIL has been returned from a call to a COM component.
at
Microsoft.Office.Interop.PowerPoint.PresentationClass.SaveAs(String
FileName, PpSaveAsFileType FileFormat, MsoTriState EmbedTrueTypeFonts)
at PPTHelper.PPTHelper.AddSignaturesSlide(Byte[] pptDoc,
SignerInfoHelper[] firmatari, Int32 afterSlide, String titoloSlide,
Boolean savePPS, Boolean password)
The error number is that in the thread title.
The strange is: this exception raise for some users and not for other
users... but all has the same permission, either on the local folder,
either on accessing and using the com component...
Any suggestion?