System.ArgumentOutOfRangeException: указанный аргумент находится вне диапазона допустимых значений. Имя параметра: SATSectorIndex в Lite.ExcelLibrary - PullRequest
0 голосов
/ 25 марта 2020

Мы используем Lite.ExcelLibrary для экспорта файла Excel в Silverlight. Так долго это работало нормально, но теперь мы получаем следующую ошибку из ниоткуда. Пожалуйста, помогите мне !!

Трассировка стека исключений:

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: SATSectorIndex

at Lite.ExcelLibrary.CompoundDocumentFormat.MasterSectorAllocation.GetSATSectorID(Int32 SATSectorIndex)
at Lite.ExcelLibrary.CompoundDocumentFormat.SectorAllocation.LinkSectorID(Int32 sectorID, Int32 newSectorID)
at Lite.ExcelLibrary.CompoundDocumentFormat.MasterSectorAllocation.AllocateMSATSector()
at Lite.ExcelLibrary.CompoundDocumentFormat.MasterSectorAllocation.AllocateSATSector()
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...