IronPDF トラブルシューティング IronPDF ネイティブ例外 Native Exception Handling in IronPDF Curtis Chau 更新日:6月 9, 2025 Download IronPDF NuGet Download テキストの検索と置換 テキストと画像のスタンプ Start Free Trial Copy for LLMs Copy for LLMs Copy page as Markdown for LLMs Open in ChatGPT Ask ChatGPT about this page Open in Gemini Ask Gemini about this page Open in Grok Ask Grok about this page Open in Perplexity Ask Perplexity about this page Share Share on Facebook Share on X (Twitter) Share on LinkedIn Copy URL Email article This article was translated from English: Does it need improvement? Translated View the article in English 最近のIronPDFのバージョンでは、ログ内のネイティブ例外メッセージに特定の問題コードが含まれます: [Issue Code IRONPDF-NATIVE-EXCEPTION]。 そのような例外メッセージの例は以下の通りです: IronPdf.Exceptions.IronPdfNativeException: Error while generating PDF from HTML: 'Error while rendering pdf from html for job group 0: 'Error during dev tools execution: {"method":"Inspector.targetCrashed","params":{}}''. 2024-01-25 08:12:11,960 INFO [Thread-3] [, , , , , , , , ] c.i.i.i.s.Access: [IronPdfEngine] To learn how to solve this issue please read https://ironpdf.com/troubleshooting/ironpdf-native-exception [Issue Code IRONPDF-NATIVE-EXCEPTION] 考えられる原因 IronPDFのネイティブ例外は通常、IronPDFとChrome PDFレンダリングエンジンの依存関係であるIronPdf.Native.Chromeパッケージで使用されているC++コードに関連する様々な問題から発生します。 解決策 ネイティブ例外に関連する問題でサポートを受けるには、エンジニアリングサポートのリクエストを送信し、さらなる調査のために完全なログファイルを提供してください。 プロジェクトに次のコードスニペットを含めてネイティブロギングを有効にします: // Set the path for the log file. // This can be a directory name or a specific file path. Here, we set it to "Default.log". IronPdf.Logging.Logger.LogFilePath = "Default.log"; // Enable logging for all modes to capture comprehensive details IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All; // Set the path for the log file. // This can be a directory name or a specific file path. Here, we set it to "Default.log". IronPdf.Logging.Logger.LogFilePath = "Default.log"; // Enable logging for all modes to capture comprehensive details IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All; ' Set the path for the log file. ' This can be a directory name or a specific file path. Here, we set it to "Default.log". IronPdf.Logging.Logger.LogFilePath = "Default.log" ' Enable logging for all modes to capture comprehensive details IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All $vbLabelText $csharpLabel IronPDFによって作成されたログファイルは通常、DLLが配置されているプロジェクトの/binディレクトリに配置されますが、特定の場所にログファイルを保存するためにカスタムのIronPdf.Logging.Logger.LogFilePathを設定することもできます。 関連するログファイルには以下が含まれます: Default.log: デプロイ、スレッド処理、およびレンダリングプロセスに関する情報が含まれています。 プロセスの動作や例外を観察するのに役立ちます。 cef.log: Chrome Embedded Frameworkプロセスのログが含まれています。 ご注意古いバージョンのIronPDFでは、ログファイルにIronSoftwareEngine.logも含まれる場合があります。 エンジニアリングサポートをリクエストする際には生成されたすべてのログファイルを提出してください。 クラウドサーバーでは、ログファイルが特定のディレクトリに配置されている場合があります。 Refer to our guides for generating log files in Azure and AWS. Curtis Chau 今すぐエンジニアリングチームとチャット テクニカルライター Curtis Chauは、カールトン大学でコンピュータサイエンスの学士号を取得し、Node.js、TypeScript、JavaScript、およびReactに精通したフロントエンド開発を専門としています。直感的で美しいユーザーインターフェースを作成することに情熱を持ち、Curtisは現代のフレームワークを用いた開発や、構造の良い視覚的に魅力的なマニュアルの作成を楽しんでいます。開発以外にも、CurtisはIoT(Internet of Things)への強い関心を持ち、ハードウェアとソフトウェアの統合方法を模索しています。余暇には、ゲームをしたりDiscordボットを作成したりして、技術に対する愛情と創造性を組み合わせています。 準備はいいですか? Nuget ダウンロード 16,154,058 | バージョン: 2025.11 ただ今リリースされました 試用ライセンスキーがメールで送信されました。 総ダウンロード数: 16,154,058 ライセンスを見る