電子書籍を作成できるアプリケーションがあります。このアプリケーションには、AIR ファイルを作成するエクスポート モジュールがありますが、これには時間がかかる場合があります (2500 ページの書籍もあります)。エクスポートすると、次のエラーが発生します。
Thread was being aborted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +501
System.Web.ApplicationStepManager.ResumeSteps(Exception error) +564
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +141
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +436
ランタイムの実行タイムアウトを 3600 秒に変更しましたが、約 3 分間クラッシュし続けます。それは時間に関連しています...クラッシュする3分に近づくたびに、誰かが私を助けてくれることを願っています.