拒絕存取路徑 'Global-IronSoftwareDeploymentGlobal'

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()
    --- End of inner exception stack trace ---
    at ?.?[?]()
    at ?.?()

問題摘要

上述錯誤表明無法訪問路徑 'Global\IronSoftwareDeploymentGlobal'。由於使用了 WebKit PDF 渲染引擎以及本機代碼中的互斥方法,這個問題可能會出現在舊版本的 IronPDF 中,特別是 2021.11.4257 或更早的版本。

可能的原因

該問題源於與 IronPDF 程式庫中使用的全局互斥鎖相關的許可權問題。此互斥鎖是 IronPDF 基於 WebKit 的渲染引擎內部實現的一部分。

解決方案

要解決此問題,升級 IronPDF 版本至 2021.12.4401 或之後。在這些較新版本中,有問題的互斥已被移除。

如果升級不能解決問題,請聯繫我們的 工程支援 進一步調查和協助。