简体   繁体   中英

When opening a Word document in a sharepoint 2010 custom workflow (c# vs2010) i see the following error.

System.IndexOutOfRangeException: Index was outside the bounds of the array. at ConvertWordToPDF.OpenXmlParser.ParseFile(SPFile file) at ConvertWordToPDF.Workflow1.Workflow1.ProcessResumeWorkflow()

Anyone else run into this? Ideas?

it is very common error when you iterate throught list/library items and your interation go to index that is outside the listitem.count. I dont know how your workflow code looks like so this all what develper can say with seeing only excetpion.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM