smartcomponents
smartcomponents copied to clipboard
Error downloading onnxruntime
When I add the following package to my project
I got the following error when I build from visual studio
Severity Code Description Project File Line Suppression State Error MSB3027 Could not copy "C:\Users\xarig.nuget\packages\microsoft.ml.onnxruntime\1.17.0\runtimes\ios\native\onnxruntime.xcframework\ios-arm64_x86_64-simulator\onnxruntime.framework\Headers\onnxruntime_session_options_config_keys.h" to "bin\Debug\net6.0\runtimes\ios\native\onnxruntime.xcframework\ios-arm64_x86_64-simulator\onnxruntime.framework\Headers\onnxruntime_session_options_config_keys.h". Exceeded retry count of 10. Failed. XafSmartComponents.Blazor.Server C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 4911
the error does not happend if you build the project from the console using "dotnet build" or "dotnet run", I'm using windows 10 as OS