one of our customers receives the Exception "0x82142716" while calling OpenDocument.
I'm using the following .Net ( C# ) Code:
Code: Select all
int flag = (int)PDFXCviewAxLib.PXCVA_Flags.PXCVA_NoUI;
int activeDocID;
axPDFXCview.OpenDocument(path, string.Empty, out activeDocID, flag);
In DebugTrace this messages will be written by PDFXChange:
[6188] MainFrm.cpp(3432) : Trace/s : OpenDocumet:: ReadDocument start
[6188] MainFrm.cpp(3434) : Trace/s : OpenDocumet:: ReadDocument end: hr=0x00000000
[6188] PDFR_MetaData.cpp(682) : TraceError 0x82142716: Field 'Subject' isn't set into Info dictionary
[6188] PDFR_MetaData.cpp(682) : TraceError 0x82142716: Field 'Keywords' isn't set into Info dictionary
[6188] PDFR_MetaData.cpp(800) : TraceError 0x82142716: Field 'PXCViewerInfo' isn't set into Info dictionary
[6188] MainFrm.cpp(3776) : Trace/s : OpenDocumet:: hr = 0x00000000
Could you tell me how to avoid this?
Several customers use this code, this error occures only at one workstation.
Feel free to contact me if you need additional information.
Greetings,
S.Zimmer