Office 365的API上/我扔500 /日历端点
端点: https://outlook.office365.com/api/v1。 0 / ME /日历
我们正在提供在请求的头一个访问令牌。它已经工作了几个星期,今天刚刚与此错误打破了。
We're providing an access token in the headers of the request. It's been working for weeks and just broke with this error today.
===启动错误信息===
=== Start Error Message ===
在服务器错误/ API的应用。
Server Error in '/API' Application.
在位于集清单定义不匹配的程序集引用。 (异常来自HRESULT:0x80131040)
The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
说明:在当前Web请求的执行过程中发生未处理的异常。请查看有关错误的详细信息的堆栈跟踪以及它起源于code。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
异常详细信息:System.IO.FileLoadException:找到的程序集清单定义不匹配的程序集引用。 (异常来自HRESULT:0x80131040)
Exception Details: System.IO.FileLoadException: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
源错误:
当前Web请求的执行过程中生成了未处理的异常。可以使用异常堆栈跟踪下面确定有关异常原因和位置信息。
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
堆栈跟踪:
[FileLoadException:找到的程序集清单定义不匹配的程序集引用。 (异常来自HRESULT:0x80131040)]
[FileLoadException: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
[FileLoadException:未能加载文件或程序集Microsoft.Exchange.AirSync,版本= 15.0.0.0,文化=中性公钥= 31bf3856ad364e35或它的一个依赖。找到的程序集清单定义不匹配程序集引用。 (异常来自HRESULT:0x80131040)]
Microsoft.Exchange.Services.Core.Types.CallContext.DisposeOwaFields()+ 0
Microsoft.Exchange.Services.Core.Types.CallContext.Dispose(布尔isDisposing)864
Microsoft.Exchange.Services.OData.ODataContext.InternalDispose(布尔处置)+82
Microsoft.Exchange.Diagnostics.DisposeTrackableBase.Dispose()+ 80
Microsoft.Exchange.Diagnostics.DisposeTrackableBase.Dispose()+ 80
Microsoft.Exchange.Services.OData.Web.HttpHandler.EndProcessRequest(IAsyncResult的结果)+24
System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult的AR)+282
[FileLoadException: Could not load file or assembly 'Microsoft.Exchange.AirSync, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] Microsoft.Exchange.Services.Core.Types.CallContext.DisposeOwaFields() +0 Microsoft.Exchange.Services.Core.Types.CallContext.Dispose(Boolean isDisposing) +864 Microsoft.Exchange.Services.OData.ODataContext.InternalDispose(Boolean disposing) +82 Microsoft.Exchange.Diagnostics.DisposeTrackableBase.Dispose() +80 Microsoft.Exchange.Diagnostics.DisposeTrackableBase.Dispose() +80 Microsoft.Exchange.Services.OData.Web.HttpHandler.EndProcessRequest(IAsyncResult result) +24 System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +282
版本信息:Microsoft .NET Framework版本:4.0.30319; ASP.NET版本:4.0.30319.36215
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36215
===结束错误信息===
=== End Error Message ===
看起来像一个服务器的问题。我会得到这个正确的人。
Looks like a server issue. I'll get this to the right folks.
更新:该修补程序推出了现在,所以希望这应该开始清理你
UPDATE: The fix is rolling out now, so hopefully this should start clearing up for you.