Open of previously saved file failing

Hi Laurence,

here is the problem we are having:


excel.open(@“c:\file1.xls”);
excel.save(@“c:\file2.xls”,Default);

from now on we can never open c:\file2.xls from the code
excel.open(@“c:\file2.xls”); failes with file not found error, but I can open it fron Excel.

Excel excel = new Excel();
excel.Open(@“c:\Temp2003.xls”);
excel.Save(@“c:\kyle.xls”, FileFormatType.Default);
excel.Open(@“c:\kyle.xls”);



even if i start a new program and just do excel.Open(@“c:\kyle.xls”); i get the same error



Thanks
mark

Dear Mark,

Please download the newest hotfix 1.7.1. This bug is fixed.