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

时间:2011-05-09 11:05:38

标签: asp.net sharepoint sharepoint-2010 httpresponse

我使用以下代码将文件从sharepoint检索到byte []。

  

SPFile file = currentWeb.GetFile(item);

     

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

当我从sharepoint检索xlsx文件时,我得到以下异常:

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

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

0 个答案:

没有答案