I have had similar problems in the past and they were solved by not
only carefully releasing the objects and setting them to null as you
do here, but also creating a separate worker thread that is the owner
of the MODI objects. This thread declares, instantiates, and destroys
the MODI objects.
When it exits, all should be released.
Hope that helps someone!!
---------------------------------
I have not tested it yet, but this may solve the issue.
tod1d
Member
79 Points
19 Posts
Re: MODI - Cannot delete file after document closed
Sep 19, 2007 05:18 PM|LINK
I just received the following email:
-----------------------------------
Hello all,
I have had similar problems in the past and they were solved by not
only carefully releasing the objects and setting them to null as you
do here, but also creating a separate worker thread that is the owner
of the MODI objects. This thread declares, instantiates, and destroys
the MODI objects.
When it exits, all should be released.
Hope that helps someone!!
---------------------------------
I have not tested it yet, but this may solve the issue.
blog: http://tod1d.net