使用 SPFile.openbinary() 从共享点检索 xlsx 文件时出现错误;
我使用下面的代码将文件从共享点检索到字节[]。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论