M
miztaken
Hi there,
I am having problem with excel automation.
I have been developing an application in C#.NET which needs to extract
embedded office documents (DOC,XLS,PPT) from office documents
(DOC,XLS,PPT)
For this i have been using the COM Interop Assembly exposed by .NET
for Microsoft Office.
But i am having problem when i deal with Excel File. I have been
getting this error:
1. Error: Exception from HRESULT: 0x800A03EC
This error is highly unpredictable.
I have googled a lot and someone has suggested to use Sleep(1000) of
kernel32.dll but this is not solving my problem.
I have been rambling around internet for days now?
Also: This error doesn't appear when i run the application by
debugging step by step.
Note: My application also deals with outlook files at the same time.
Does this interrupt Excel Automation? I have read somewhere it does?
Please let me know your thoughts on these.
Help me
miztaken
I am having problem with excel automation.
I have been developing an application in C#.NET which needs to extract
embedded office documents (DOC,XLS,PPT) from office documents
(DOC,XLS,PPT)
For this i have been using the COM Interop Assembly exposed by .NET
for Microsoft Office.
But i am having problem when i deal with Excel File. I have been
getting this error:
1. Error: Exception from HRESULT: 0x800A03EC
This error is highly unpredictable.
I have googled a lot and someone has suggested to use Sleep(1000) of
kernel32.dll but this is not solving my problem.
I have been rambling around internet for days now?
Also: This error doesn't appear when i run the application by
debugging step by step.
Note: My application also deals with outlook files at the same time.
Does this interrupt Excel Automation? I have read somewhere it does?
Please let me know your thoughts on these.
Help me
miztaken