I've got a worksheet with half a million rows. After writing values to cells in the first 20 rows. I call Save() on the workbook. That produces the following exception:
Could not find file 'C:\Users\nitew_000\AppData\Local\IsolatedStorage\dxiachod.3ue\sshwvvzf.hbs\Url.kxeclqde42apwq4041xfhhekihulkeam\Publisher.qolcwimjscmc2r1axln3vci10dth4a4y\Files\1vcczr3o.pnw'.
I just updated to version .74
Any ideas what file its looking for?
Comments: The .xlsx file is on my desktop. There is no inner exception. The stack trace is not helpful at all, but here it is: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) I was trying to debug and catch a different exception in my program so i turned CLR exceptions on. That's when i started getting this FileNotFoundException. When I turn off stopping in debug mode for CLR exceptions everything is fine. Even though the FileNotFoundException is thrown, the changes I made to the .xlsx are still saved.
Could not find file 'C:\Users\nitew_000\AppData\Local\IsolatedStorage\dxiachod.3ue\sshwvvzf.hbs\Url.kxeclqde42apwq4041xfhhekihulkeam\Publisher.qolcwimjscmc2r1axln3vci10dth4a4y\Files\1vcczr3o.pnw'.
I just updated to version .74
Any ideas what file its looking for?
Comments: The .xlsx file is on my desktop. There is no inner exception. The stack trace is not helpful at all, but here it is: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) I was trying to debug and catch a different exception in my program so i turned CLR exceptions on. That's when i started getting this FileNotFoundException. When I turn off stopping in debug mode for CLR exceptions everything is fine. Even though the FileNotFoundException is thrown, the changes I made to the .xlsx are still saved.