N
nalenb
I have an xml spreadsheet created by exporting from Excel (2002) which
is about 16megs (yes, megs). I created a simple asp.net project in
vs.net 2003 and added the owc10 dll to it. I create a new spreadsheet
object and set the xmlurl property to my file which exists locally and
the asp.net user has access to. OWC10 properly loads the spreadsheet
and all is fine.
I change the project by deleting the owc10 reference and put in the
owc11 reference. I compile and run the web page. owc11 throws an error
on the xmlurl line:
Exception Details: System.Runtime.InteropServices.COMException:
Unspecified error
Looks like error 0x80004005
Any ideas what could be wrong? The xml file has the proper rights,
works fine with owc10 and Excel. It does have pivot tables and other
stuff in it.
I was hoping that loading this file and manipulating it would be faster
in owc11 but it appears that I might have to go back to owc10.
I really wish MS would clean up Excel itself so that I could use it
from asp.net to load the actual xls and use it (I present nothing from
Excel to the user, Excel is just used to do the backend calculations).
However, Excel has problems with multi threading and sometimes pops up
dialog boxes on the server which blocks everything from then on,
obviously not a good solution on the server.
Thanks
Bill
is about 16megs (yes, megs). I created a simple asp.net project in
vs.net 2003 and added the owc10 dll to it. I create a new spreadsheet
object and set the xmlurl property to my file which exists locally and
the asp.net user has access to. OWC10 properly loads the spreadsheet
and all is fine.
I change the project by deleting the owc10 reference and put in the
owc11 reference. I compile and run the web page. owc11 throws an error
on the xmlurl line:
Exception Details: System.Runtime.InteropServices.COMException:
Unspecified error
Looks like error 0x80004005
Any ideas what could be wrong? The xml file has the proper rights,
works fine with owc10 and Excel. It does have pivot tables and other
stuff in it.
I was hoping that loading this file and manipulating it would be faster
in owc11 but it appears that I might have to go back to owc10.
I really wish MS would clean up Excel itself so that I could use it
from asp.net to load the actual xls and use it (I present nothing from
Excel to the user, Excel is just used to do the backend calculations).
However, Excel has problems with multi threading and sometimes pops up
dialog boxes on the server which blocks everything from then on,
obviously not a good solution on the server.
Thanks
Bill