Any other known bugs or Issues?See Revision History for version to version details. Also, Please submit a bug if you find one. Back to TopAfter conversion, the output file cannot be deleted.Because of the threading model in ASP.Net it may be holding onto
the object and not letting go. In cases like this the best thing to do
is create a console application that takes command line arguments.
Then you simply call it from a System.Process and it will fully let go
once it is done. This is not the most fun way to handle things like
this, but I have had to do it several times because of the way the
threading works.
|
|
Copyright © 1999-2008 by SoftInterface, Inc. All rights reserved. |