ClickOnce 發布錯誤

This article was translated from English: Does it need improvement?
Translated
View the article in English

當您嘗試執行使用IronPDF 的已發布 ClickOnce 專案時,可能會遇到以下執行時間錯誤。

ERROR: Error while deploying IronPdf Chrome renderer: 'Multiple issues occurred while trying to deploy Chrome (Failed to locate 'IronInterop' at 'C:\iron testing\NETPublish(ClickOnce)\IronPdfZipClickOnce\bin\Debug\net8.0-windows\') (Failed to locate 'IronInterop' at 'C:\iron testing\NETPublish(ClickOnce)\IronPdfZipClickOnce\bin\Debug\net8.0-windows') (Invalid assembly version for 'IronInterop' (actual: 2025.2.0.15; expected: 2025.4.0.16). This version of IronPdf requires updated native dependencies. Please clear your build output directory of old assemblies so IronPdf can automatically download the new dependencies at runtime. Alternatively, you may add NuGet package IronPdf.Native.Chrome.Windows version 2025.4.16 to your project and rebuild.)[Issue Code IRONPDF-CHROME-DEPLOYMENT-ERROR-WIN].To learn more about making an engineering support request please visit: <a href=https://ironpdf.com/troubleshooting/engineering-request-pdf/>. To learn how to solve this issue please read https://ironpdf.com/troubleshooting/error-while-deploying-chrome-dependencies/ [Issue Code IRONPDF-CHROME-DEPLOYMENT-ERROR-WIN]

出現此錯誤可能是因為專案使用的是本機IronPDF安裝目錄中的 IronPdfInterop.dll,而不是可執行檔案包裝中包含的 IronPdfInterop.dll。如果您檢查正在執行的應用程式所使用的 DLL 版本,您會發現其版本為 2025.2.0.15,而不是所需的發布版本 2025.4.0.4

請注意要尋找此版本,請執行程序,開啟 Windows 資源管理器,然後按一下"CPU"標籤以選擇正在執行的進程。

版本差異

您可能已經注意到,IronPdfInterop.dll 的路徑是IronPDF安裝的預設路徑。

解決方案

核心問題在於專案引用的是本機IronPDF安裝目錄中的 DLL 文件,而不是已發佈文件中打包的 DLL 文件。對此有兩種解決方法。

方案一

請將現有的IronPDF安裝更新至所需的版本 2025.4.4。如果成功,Windows 資源管理器中顯示的 IronPdfInterop.dll 版本應為 2025.4.0.4,而不是過時的版本。

方案二

如果您的電腦上未使用IronPDF ,請將其卸載,以避免版本不符。

有關如何安裝和創建 ClickOnce 項目的更多信息,請參閱 Microsoft 的官方文檔( 此處提供鏈接)。

Curtis Chau
技術作家

Curtis Chau 擁有卡爾頓大學計算機科學學士學位,專注於前端開發,擅長於 Node.js、TypeScript、JavaScript 和 React。Curtis 熱衷於創建直觀且美觀的用戶界面,喜歡使用現代框架並打造結構良好、視覺吸引人的手冊。

除了開發之外,Curtis 對物聯網 (IoT) 有著濃厚的興趣,探索將硬體和軟體結合的創新方式。在閒暇時間,他喜愛遊戲並構建 Discord 機器人,結合科技與創意的樂趣。

準備好開始了嗎?
Nuget 下載 18,120,209 | 版本: 2026.4 剛剛發布
Still Scrolling Icon

還在捲動嗎?

想要快速證明? PM > Install-Package IronPdf
執行範例 觀看您的 HTML 變成 PDF。