Error Index was outside of bounds of the array in a smartdocument applicaton
-
Tuesday, February 06, 2007 9:16 PM
We are encountering an error in an application when we are trying to import XML data
Te application is an Excel smart document. The error is being reproduced all the time.
The sheet data is being populated but with an exception that returns "Index was outside of bounds of the array" error
Microsoft.Office.Interop.Excel.XlXmlImportResult xl =new Microsoft.Office.Interop.Excel.XlXmlImportResult();
xl = Globals.ThisWorkbook.XmlImportXml(XMLDataset, out xmlMap1, true, range1);
Thank you,
Dmitry
Answers
-
Tuesday, February 06, 2007 10:22 PM
Hello Dmitry,
This forum is for Team Foundation Server Integration with Excel. For excel specific issues please post the question in Office Excel forum.
Sorry we cannot be of any help here.
Regards,
All Replies
-
Tuesday, February 06, 2007 10:22 PM
Hello Dmitry,
This forum is for Team Foundation Server Integration with Excel. For excel specific issues please post the question in Office Excel forum.
Sorry we cannot be of any help here.
Regards,
-
Wednesday, February 07, 2007 12:35 AM
I have found a similar issue here so I was hopping I will get some info.
I will repoint my question.
Thanks,
Dmitry

