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: Without a stack trace my guess is that you're opening a temp file and by the time you hit save the temp file is already gone. You can test this by using .SaveAs instead.
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: Without a stack trace my guess is that you're opening a temp file and by the time you hit save the temp file is already gone. You can test this by using .SaveAs instead.