我在visual studio在线服务器上收到此错误。我想知道为什么失败了?如何查看visual studio构建代理程序上安装的内容?
错误
2017-06-20T15:11:00.0341044Z ## [错误] System.Exception:非 匹配响应代码:InternalServerError - {“message”:“错误有 发生了。“,”exceptionMessage“:”无法加载类型 'Microsoft.ServiceFabric.Data.Collections.IReliableConcurrentQueue`1' 从程序集'Microsoft.ServiceFabric.Data.Interfaces, 版本= 5.0.0.0,文化=中立, 公钥= 31bf3856ad364e35' “” exceptionType。 “:” System.TypeLoadException “ ”堆栈跟踪“:” 在Infrastructure.ExceptionHandling.ExceptionHelper.ThrowIfUnhandled() 在 d:\一个\ 1 \ S \基础设施\ Infrastructure.ExceptionHandling \ ExceptionHelper.cs:线 45 \ r \ n at xxxx.WebApi.Controllers.yyyyTypesController.d__8.MoveNext() 在 d:\一个\ 1 \ S \编排\ xxxxGenius \ xxxxx.WebApi \控制器\ yyyyTypesController.cs:线 142 \ r \ n ---从前一个位置开始的堆栈跟踪异常 被扔了--- \ r \ n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务 任务)\ r \ n at
我应该点击哪里?
答案 0 :(得分:1)
构建告诉你失败的原因:它无法找到程序集Microsoft.ServiceFabric.Data.Interfaces
。
托管代理上加载的软件为well documented。如果托管代理没有您需要的东西,并且您无法将其安装为NuGet / NPM软件包,那么您必须设置自己的代理,其中包含所需的软件