使用 SPFile.openbinary() 从共享点检索 xlsx 文件时出现错误;

发布于 2024-11-06 02:20:00 字数 279 浏览 7 评论 0原文

我使用下面的代码将文件从共享点检索到字节[]。

SPFile 文件 = currentWeb.GetFile(item);

byte[] data = (byte[])file.OpenBinary();

当我从共享点检索 xlsx 文件时,我收到以下异常:

无法评估表达式,因为代码已优化或本机框架位于调用堆栈的顶部

任何人都可以了解一下它.........?

I am using the below code to retrieve the files from sharepoint to byte[].

SPFile file = currentWeb.GetFile(item);

byte[] data = (byte[])file.OpenBinary();

I am getting the below exception, when i am retrieving xlsx files from sharepoint:

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

Can any one have an idea about it.........?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文