If you are running 2008 server and are getting the "
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. "
when trying to launch excel via COM, you may also need to go to
Component Services > Computer > My Computer , then right click on My Computer. In the “Default Properties” tab, I needed to check the “Enable COM Internet Services on this computer.” By default, it was not selected.
I got the same issue, I have done the change in Component Services -> Computer -> "My Computer and selected Enable COM Internet Services" on this computer. I am running with Windows XP and Office 2007.
Can anyone please guide me what can be done for this.
I know this is an old thread but I wanted to share what worked for me (more because I will be back here in the future to see what I had to do). Open 'DCOMCNFG' and go to the properties of the 'Microsoft Excel Application'. On the 'Identity' tab, select 'The
interactive user' or create an account (either local or in AD) so that only that account can use Excel. Make sure that the user that is running the application has permissions under the 'Security' tab and the folder where the .xlsx file will be stored as well.
SilviaTerzi
Member
6 Points
3 Posts
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
Apr 12, 2010 10:49 AM|LINK
Hello, I am in the same situation. Have you solved the problem?
Can you write me solution??
Thanks,
Silvia Terzi
vikki7610
Member
4 Points
2 Posts
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
Apr 27, 2010 11:24 AM|LINK
This is not working for me atleast......
pjnewton@gma...
Member
2 Points
1 Post
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
May 19, 2010 11:36 PM|LINK
If you are running 2008 server and are getting the "
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. "
when trying to launch excel via COM, you may also need to go to
Component Services > Computer > My Computer , then right click on My Computer. In the “Default Properties” tab, I needed to check the “Enable COM Internet Services on this computer.” By default, it was not selected.
Kkrishna
Member
4 Points
2 Posts
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
Jun 17, 2010 09:24 AM|LINK
Hi.
I got the same issue, I have done the change in Component Services -> Computer -> "My Computer and selected Enable COM Internet Services" on this computer. I am running with Windows XP and Office 2007.
Can anyone please guide me what can be done for this.
Thanks. Krishna.
vivekvijayar...
Member
2 Points
1 Post
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
Aug 30, 2010 09:50 AM|LINK
Hi,
It worked for me,what I did is
1)Right Click and select properties of Asp.Net User,Click "Member of" tab and select "Administrators"
2)In the IIS Clik on Direcory Security tab of the project ,click browse and change the user as Asp.Net
I know this its a workaround,please let me know if it work for you.
regards
Vivek
com interop exception
hitechDevelo...
Member
2 Points
3 Posts
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
Dec 09, 2010 01:52 PM|LINK
Hi!
Its not work for me. I have same problem! I am using ASP.net 3.5 web page, with XP , MS office 2007.
Didn't get any fix. Please help me.
freqsounds
Member
2 Points
1 Post
Re: Excel 2007/ASP.NET Exception using .Workbooks.Add()
Jan 30, 2013 02:32 PM|LINK
I know this is an old thread but I wanted to share what worked for me (more because I will be back here in the future to see what I had to do). Open 'DCOMCNFG' and go to the properties of the 'Microsoft Excel Application'. On the 'Identity' tab, select 'The interactive user' or create an account (either local or in AD) so that only that account can use Excel. Make sure that the user that is running the application has permissions under the 'Security' tab and the folder where the .xlsx file will be stored as well.
Automation