I'm getting the following error message in Azure Windows 10 Application Event log periodically:
An unmarshaling policy check was performed when unmarshaling a custom marshaled object and the class {45FB4600-E6E8-4928-B25E-50476FF79425} was rejected
Windows version is 21H1 OS Build 19043.1387.
I saw the same report dated December 13, 2013, on an MSDN forum but no solution since that.
Here is the XML view of the report.
- <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>
How can I fix this problem and/or prevent this error from appearing in the log?