我定期在 Azure Windows 10 应用程序事件日志中收到以下错误消息:
An unmarshaling policy check was performed when unmarshaling a custom marshaled object and the class {45FB4600-E6E8-4928-B25E-50476FF79425} was rejected
Run Code Online (Sandbox Code Playgroud)
Windows 版本是 21H1 OS Build 19043.1387。
我在MSDN 论坛上看到了 2013 年 12 月 13 日的相同报告,但此后没有解决方案。
这是报告的 XML 视图。
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-COMRuntime" Guid="{bf406804-6afa-46e7-8a48-6c357e1d6d61}" EventSourceName="COM" />
<EventID Qualifiers="0">10031</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2021-11-29T12:34:18.1932644Z" />
<EventRecordID>27780</EventRecordID>
<Correlation />
<Execution ProcessID="5708" ThreadID="1852" />
<Channel>Application</Channel>
<Computer>hw2.masiutin.com</Computer>
<Security />
</System>
- <EventData>
<Data>{45FB4600-E6E8-4928-B25E-50476FF79425}</Data>
</EventData>
</Event>
Run Code Online (Sandbox Code Playgroud)
如何解决此问题和/或防止此错误出现在日志中?