相关疑难解决方法(0)

Azure Functions,无法加载文件或程序集

在 Azure Functions 中使用NuGet.Protocol NuGet 包时,出现以下错误:System.Private.CoreLib: Could not load file or assembly

[4/18/2020 8:51:43 AM] The 'Function1' function is in error: Unable to load one or more of the requested types.
[4/18/2020 8:51:43 AM] Could not load file or assembly 'NuGet.Protocol, Version=5.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.
[4/18/2020 8:51:43 AM] Microsoft.Azure.WebJobs.Host: Error indexing method 'Function1'. System.Private.CoreLib: Could not load file or assembly 'NuGet.Protocol, Version=5.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified. …
Run Code Online (Sandbox Code Playgroud)

.net c# nuget azure-functions

12
推荐指数
1
解决办法
7282
查看次数

标签 统计

.net ×1

azure-functions ×1

c# ×1

nuget ×1