Applications freezes

stones81

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

I have a problem which I am finding very hard to solve because in debug mode the problem never occurs.

in my application, the user can create a word document from a word template with dynamically added text and data to it. This happens on a backgroundworker so that the application doesn't hang during the process. This all works fine and the word document opens correctly when finished.

Now if the user leaves the application to do something else, in most cases when they come back to it, it has frozen. It's still responding/running in task manager but the interface is frozen.

in debug mode, it never freezes and so I can't catch the exact moment when the freeze occurs. My backgroundworker is disposed of when complete and I close everything related to the word object.

Does anybody have an idea that i can use,

thanks
 
Back
Top