I have a reoccurring error in my Windows log files. I do not know what causes this but I felt it should be reported.
- System - Provider [ Name] .NET Runtime Optimization Service
- EventID 1101 [ Qualifiers] 0
Level 2 Task 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2017-04-24T18:11:02.000000000Z
EventRecordID 266327 Channel Application Computer RSA22317.rsint.net Security
- EventData .NET Runtime Optimization Service (clr_optimization_v4.0.30319_32) - Failed to compile C:\Users\jones_d\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\00092871.525\DevExpress.CodeRush.Profiler64.dll because of the following error: The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018). C:\Users\jones_d\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\00092871.525\DevExpress.CodeRush.Profiler64.dll
Hi Douglas,
Thank you for letting us know about this issue.
I believe that this exception is caused by the native image generation process, which CodeRush runs to optimize the loading time performance. It tries to generate a native image for the DevExpress.CodeRush.Profiler64.dll library, which is not a .NET assembly, and this leads to such an exception. We will add necessary filters which will prevent an attempt to generate native images from non .NET assemblies.