I have a SSIS script to delete a specific row from an Excel spreadsheet used to force numeric formatting. When the file is small, the script works great. When the file is large (over 8 Meg I believe), and the Packaging API goes to isolated storage the save fails because the appdomain had no identity assigned.
How can I simply either add an identity or override the switch to the utilization of isolated storage and not need the identity for the script to save the file?
I may have overlooked a simple answer, but I have not found a workable solution yet.