M
miztaken
Hi there,
I need to do excel automation.
Basically i need to extract embedded office files (DOC,XLS,PPT)
contained inside Office Files(DOC,XLS,PPT).
In the process i having problem automating Excel Files.
The error i receive when i try to create excel application is:-
1. Error: Exception from HRESULT: 0x800A03EC
2. Error: Call was rejected by callee. (Exception from HRESULT:
0x80010001 (RPC_E_CALL_REJECTED))
these errors are so unpredictable..
After googling i came to the following solution for Error 2
http://msdn.microsoft.com/en-us/library/ms228772(VS.80).aspx
But the code in that link makes my Application Visual Studio dependent
as it requires to open an instance of Visual Studio.
Can anyone help me with this?
Thank You
miztaken
I need to do excel automation.
Basically i need to extract embedded office files (DOC,XLS,PPT)
contained inside Office Files(DOC,XLS,PPT).
In the process i having problem automating Excel Files.
The error i receive when i try to create excel application is:-
1. Error: Exception from HRESULT: 0x800A03EC
2. Error: Call was rejected by callee. (Exception from HRESULT:
0x80010001 (RPC_E_CALL_REJECTED))
these errors are so unpredictable..
After googling i came to the following solution for Error 2
http://msdn.microsoft.com/en-us/library/ms228772(VS.80).aspx
But the code in that link makes my Application Visual Studio dependent
as it requires to open an instance of Visual Studio.
Can anyone help me with this?
Thank You
miztaken