views:

141

answers:

0

i am getting this error when i try to create and excel file on my server through asp.net vb.net code.

System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Office Excel cannot open or save any more documents because there is not enough available memory or disk space.

• To make more memory available, close workbooks or programs you no longer need.

• To free disk space, delete files you no longer need from the disk you are saving to.

i know it has something to do with permissions. When i run my code in debug, it creates the excel the way is required. Does anyone know how to solve this?