小编ign*_*n23的帖子

无法加载文件或程序集 Azure.Core,版本=1.23.0.0

我有一个 .NET 4.8 ASP.NET 应用程序,并且添加了 Nuget

 Azure.Security.KeyVault.Secrets, 4.3.0.0.
 Azure.Identity, .1.6.0.0.
Run Code Online (Sandbox Code Playgroud)

在我的构建脚本上,它将 dll 复制到我的 bin 文件夹中,但是当我调试使用它的代码时,它会抛出错误Could not load file or assembly Azure.Core, Version=1.23.0.0 我检查过,我已经有 1.24.0.0参考。我认为这适用于版本 1.24,因为它在参考 >= 1.23 上说 在此输入图像描述 在此输入图像描述

Pre-bind state information
LOG: DisplayName = Azure.Core, Version=1.23.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8
 (Fully-specified)
LOG: Appbase = file:///C:/xxx/
LOG: Initial PrivatePath = C:\xxx\bin
Calling assembly : Azure.Security.KeyVault.Secrets, Version=4.3.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8.

LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\xxx\web.config
LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config
LOG: Using machine configuration …
Run Code Online (Sandbox Code Playgroud)

.net c# .net-assembly nuget

5
推荐指数
0
解决办法
853
查看次数

标签 统计

.net ×1

.net-assembly ×1

c# ×1

nuget ×1