C
CodeHulk
Hello all,
I designed a small app which is designed to watch a folder and grab office
documents (Excel, Word, and Powerpoint) as they come in then replace the
footer and make a pdf copy. This has been running fine for its purpose. It
runs on Windows XP and uses the office 2003 (Office 11) libraries. Its work
load is usually very small but does have some heavy moments.
I extracted some of the functionality to do some upgrades to it and slapped
it into a new project (all developement was done in C# using VS2005). I am
running Vista Business and Office 2007 on my development box. I developement
a small app which all it did was traverse a directory and strip the footer
from all the powerpoint presentations it comes across. I am constantly
getting the following error:
"The message filter indicated that the application is busy. (Exception from
HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))"
I've never recieved this on the other box. The FooterStripper app (for lack
of better name) definately has heavier throughput. It will show up numerous
times, sometimes crashing the app as an unhandled exception and sometimes
just being written to my log in a catch block. It also happens in different
locations without any consistency to it at all.
I checked out an article in the KB about problems with Word 2000 and Norton
AV causing this problem, however, I have neither of them installed. So any
help on this matter would be greatly appreciated.
I designed a small app which is designed to watch a folder and grab office
documents (Excel, Word, and Powerpoint) as they come in then replace the
footer and make a pdf copy. This has been running fine for its purpose. It
runs on Windows XP and uses the office 2003 (Office 11) libraries. Its work
load is usually very small but does have some heavy moments.
I extracted some of the functionality to do some upgrades to it and slapped
it into a new project (all developement was done in C# using VS2005). I am
running Vista Business and Office 2007 on my development box. I developement
a small app which all it did was traverse a directory and strip the footer
from all the powerpoint presentations it comes across. I am constantly
getting the following error:
"The message filter indicated that the application is busy. (Exception from
HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))"
I've never recieved this on the other box. The FooterStripper app (for lack
of better name) definately has heavier throughput. It will show up numerous
times, sometimes crashing the app as an unhandled exception and sometimes
just being written to my log in a catch block. It also happens in different
locations without any consistency to it at all.
I checked out an article in the KB about problems with Word 2000 and Norton
AV causing this problem, however, I have neither of them installed. So any
help on this matter would be greatly appreciated.