R
Rob Stewart
Is anyone able to shed some light on what causes the "The message filter indicated that the application is busy" message to be displayed in Word (2003)?
We have c# managed code attached to a Word doc that does some processing on Document_Open(). It has been working fine on development machines, however system test machines are showing the message.
Initially, in development, we had to spawn off the Document_Open() processing in its own thread to get around this error, and it did the job. Given it's now appearing on other machines, it would appear to be a timing issue of some sort.
I've searched on the error, and it seems it could be caused by one of many things. Just wondering if anyone can offer some suggestions to get around it?
Cheers,
Rob
We have c# managed code attached to a Word doc that does some processing on Document_Open(). It has been working fine on development machines, however system test machines are showing the message.
Initially, in development, we had to spawn off the Document_Open() processing in its own thread to get around this error, and it did the job. Given it's now appearing on other machines, it would appear to be a timing issue of some sort.
I've searched on the error, and it seems it could be caused by one of many things. Just wondering if anyone can offer some suggestions to get around it?
Cheers,
Rob