Invalid Page Fault

I have a client that is unable access the Excel generated output. We have 5 or 6 different machines outside of thier network that tested fine, however all the users at the client site are unable to access. A message flashes indicating downloading file, then this displays:

EXCEL caused an invalid page fault in
module EXCEL.EXE at 0167:300a825a.
Registers:
EAX=00000000 CS=0167 EIP=300a825a EFLGS=00010246
EBX=025e0168 SS=016f ESP=0062e8b4 EBP=0062eac4
ECX=300a6d10 DS=016f ESI=025e0010 FS=332f
EDX=0062fbc0 ES=016f EDI=025e2890 GS=0000
Bytes at CS:EIP:
8b 88 b8 02 00 00 57 85 c9 0f 84 9b 44 17 00 8b
Stack dump:
826e1b08 0045146c 00000000 0062f9de 7fcb52d4 0045

Any thoughts? They are running IE 5.0 and 6.0 with Office 2k.

Hi,

Please tell me the Excel version that can access the files well.

Excel 2000 is being used by the ones that work and the ones that do not. I recently saved off the excel file that was created on a working machine and emailed it to the client, who opened it without a problem. At this point, I am wondering if the problem is related to the filename. Since we have a wealth of users exporting reports that do not need to save them on the server, currently we are using:

return excel;

as oppose to

excel.save(…);


when i do a save as, here is what displays:

getexcel.aspx?fid=Excel&psi=-1.xls

correction…the previous post is misleading…we are using .save

Hi,

Could you paste your code in the forum? So I can investigate what cause this prolbem.

Thanks.

I changed to .OpenInExcel to fix the problem. There were security issues with OpenInBrowser. Thanks.