Application hanging problem associated with word

stones81

New member
Joined
Apr 14, 2011
Messages
3
Programming Experience
5-10
Hi,

I have an application that creates a pricing proposal from a word template dynamically filling in pricing information. Once this is done,
it save the created word document(.doc) to a specified file path and then opens it. If the document is left open, after awhile my application
just hangs. In task manager it is still has a running status but is completely frozen and the only way to get it back is to kill the process.

I have tried to debug this with WinDbg but I'm finding it very hard to make sense of the information given to me. I get messages:
(11b0.190): CLR exception - code e0434f4d (first chance)
(11b0.10cc): Unknown exception - code 80010108 (first chance)

I'd appreciate your help,
thanks
 
Back
Top