Hi,
When writing an excel file greater than 10MB in size on a web server I sometimes get an System.IO.IsolatedStorage.IsolatedStorageException. Reading up on this it appears this is because when the file becomes greater than 10MB internally the packaging switches to isolated storage and isn't thread-safe...
http://stackoverflow.com/questions/21105277/openxml-isolated-storage-and-large-file-sizes
Would using ClosedXML get me round this issue ?
Thanks
When writing an excel file greater than 10MB in size on a web server I sometimes get an System.IO.IsolatedStorage.IsolatedStorageException. Reading up on this it appears this is because when the file becomes greater than 10MB internally the packaging switches to isolated storage and isn't thread-safe...
http://stackoverflow.com/questions/21105277/openxml-isolated-storage-and-large-file-sizes
Would using ClosedXML get me round this issue ?
Thanks