无法访问已关闭的流:groupdocs
cannot access a closed stream: groupdocs
我正在使用 asp.net mvc 和 groupdocs,我无法查看某些文件,当我尝试查看文件时,出现以下错误,
无法访问已关闭的流。
错误出现在下面的代码行
private static AnnotationImageHandler AnnotationImageHandler;
AnnotationImageHandler.GetDocumentInfo(documentPath, password); -- error is coming from here
此代码适用于许多文档,但不适用于极少数文档,这是什么问题?
GroupDocs.Annotation 仅支持这些 file formats.
but not working with very few document
请确保此类文档在支持的文件格式列表中。但是,如果您收到受支持文件的例外情况,请分享以下详细信息:
- API 您正在使用的版本(例如 20.6、20.10)
- 示例应用程序
- 有问题的文件
我正在使用 asp.net mvc 和 groupdocs,我无法查看某些文件,当我尝试查看文件时,出现以下错误,
无法访问已关闭的流。
错误出现在下面的代码行
private static AnnotationImageHandler AnnotationImageHandler;
AnnotationImageHandler.GetDocumentInfo(documentPath, password); -- error is coming from here
此代码适用于许多文档,但不适用于极少数文档,这是什么问题?
GroupDocs.Annotation 仅支持这些 file formats.
but not working with very few document
请确保此类文档在支持的文件格式列表中。但是,如果您收到受支持文件的例外情况,请分享以下详细信息:
- API 您正在使用的版本(例如 20.6、20.10)
- 示例应用程序
- 有问题的文件