Link to home
Start Free TrialLog in
Avatar of whiwex
whiwex

asked on

Can't save excel file using vb.net

I have a web page that creates a excel spreadsheet saves it to a temp folder and then open the file in a new page. The Server is running windows server 2003. It works fine on my development server but it fails on the on-line server at this line:
wBook = _excel.Workbooks.Add()

it errors with not enough memory or disk space. I have plenty of memory and disk space available.

What am i missing?
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Can you show us code prior to this stage? What version of Office do you have installed on the server?
ASKER CERTIFIED SOLUTION
Avatar of whiwex
whiwex

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of whiwex
whiwex

ASKER

Figured it out myself Thanks