have some Excel automation which works fine when using Office 2003. In the web.config it has
<add assembly="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
I'm running on win 2003 server. When the customer put the system on their site they installed Office 2007. I changed the reference to Excel 12 using Visual Studio and it changed this line too
<add assembly="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/>
The web site built fine, and I checked permissions on Excel etc were the same (Network service and ASP.net), but I keep getting the error below:
The reports folder has write permission and theres plenty of memory both on disk and RAM so I cannot understand what is going wrong. Can anyone advise:
Thanks
Andy
<add assembly="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
I'm running on win 2003 server. When the customer put the system on their site they installed Office 2007. I changed the reference to Excel 12 using Visual Studio and it changed this line too
<add assembly="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/>
The web site built fine, and I checked permissions on Excel etc were the same (Network service and ASP.net), but I keep getting the error below:
The reports folder has write permission and theres plenty of memory both on disk and RAM so I cannot understand what is going wrong. Can anyone advise:
Thanks
Andy