gpt4 book ai didi

asp.net - 操作可能会破坏 ASP.NET 运行时的稳定性

转载 作者:行者123 更新时间:2023-12-02 21:05:23 26 4
gpt4 key购买 nike

我在这个项目中使用谷歌分析 dll 文件。它在本地不会给出任何错误,但在 io 将网站部署到服务器时会产生此错误。

[VerificationException: Operation could destabilize the runtime.]
Google.Apis.Discovery.BaseService.DeserializeResponse(IResponse input) in Service.cs:391
Google.Apis.Analytics.v3.AnalyticsService.DeserializeResponse(IResponse response) in 0ixqzagp.0.cs:4340
Google.Apis.Requests.ServiceRequest`1.FetchObject(IResponse response) in ServiceRequest.cs:203
_Default.Page_Load(Object sender, EventArgs e) +241
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772

在我的代码中我在这一行遇到了这个异常

Profiles myProfiles = _service.Management.Profiles.List("~all", "~all").Fetch();

过去两个小时我一直在谷歌上搜索,但找不到任何解决方案。请提供解决方案。提前感谢!!

最佳答案

这实际上可能与我大约一个月前进行的修复类似,该修复是在 Google.Api.Services.BaseClientService.cs 类的代码审查中进行的。

这是错误报告:https://code.google.com/p/google-api-dotnet-client/issues/detail?id=330

这是使用补丁进行的代码审查:https://codereview.appspot.com/110190043/

该操作可能会破坏运行时 Google.Api.Services.BaseClientService.cs 的稳定性

本质上,我需要对 DLL 运行 peverify 来找出导致“不稳定的可能性”的语法。一旦找到该行,我就纠正了谷歌输入的不安全语法。

我还添加了 Google.Apis.dll 的编译版本,其中包含修复程序。

我希望这有帮助!

关于asp.net - 操作可能会破坏 ASP.NET 运行时的稳定性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13428906/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com