Iron Software 的全域路徑存取被拒
This article was translated from English: Does it need improvement?
Translated
View the article in English
System.TypeInitializationException: The type initializer for '?' threw an exception.
---> System.UnauthorizedAccessException: Access to the path 'Global\IronSoftwareDeploymentGlobal' is denied.
at System.Threading.Mutex.CreateMutexCore(Boolean initiallyOwned, String name, Boolean& createdNew)
at System.Threading.Mutex..ctor(Boolean initiallyOwned, String name)
at ?..cctor()app
--- End of inner exception stack trace ---
at ?.?[?]()
at ?.?()
問題摘要
上述錯誤表示對路徑"Global\IronSoftwareDeploymentGlobal"的存取被拒。 這個問題可能出現在舊版的IronPDF,特別是2021.11.4257或更早的版本,原因是使用了WebKit PDF渲染引擎及其原生程式碼中的互斥鎖方法。
可能原因
此問題源於IronPDF程式庫中使用的全域互斥鎖相關的許可權問題。 這個互斥鎖是IronPDF基於WebKit渲染引擎內部實作的一部分。
解決方案
為了解決此問題,升級IronPDF至2021.12.4401或更高版本。 在這些較新版本中,已移除問題的互斥鎖。
如果升級後問題仍未解決,請聯繫我們的工程支援以進一步調查與協助。
準備開始了嗎?
Nuget 下載 19,936,792 | 版本: 2026.7 剛剛發布

