運行時複製異常

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

在一些罕見的情況下,如果我們的特殊 ML 模型的 DLL 未正確複製,會導致此錯誤。 在下面的解決方案中,您可以解決這個一次性錯誤。

IronQrDetection.Exceptions.IronQrRuntimesCopyException : Machine learning DLLs were not successfully automatically copied from the runtimes directory. This may occur on various operating systems or frameworks. Please follow the steps in the following article to resolve this issue: https://ironsoftware.com/csharp/qr/troubleshooting/runtimes-copy-exception/

解決方案

  1. 解決這個問題的方法是首先導航到 runtimes 文件夾。 在您的解決方案中,這將位於 /bin/Debug/net6.0/runtimes(調試是範例,請遵循您設定的配置) (如果您使用的是不同的目標框架,請更換 net6.0).

  2. 您將會在 /runtimes/ 目錄下看到所有支持的平台和操作系統,請進入適用於您的目錄,並手動將文件複製到輸出目錄 /bin/Debug/net6.0/ 中。