Andy Boot
08/01/2023, 8:09 AMSystem.ExecutionEngineException
HResult=0x80131506
Message=Exception of type 'System.ExecutionEngineException' was thrown.
And this is from event viewer:
Faulting module name: System.Private.CoreLib.dll, version: 7.0.923.32018,
Failed to load app-local ICU: icuuc68.2.0.9.dll
Looks like its still trying to load v68 even though v72 now takes its place. Not sure what could be causing it or how to fix it, but probably safer to ease off the throttle with certain updates without knowing what they are or what they do. For the time being I've reverted back to v68.
Not sure if this is an Umbraco issue, or a generally a 'me' issue if I've got something set up within the project that has a dependency on this library. Thought I'd share my findings anyway.huwred
08/01/2023, 8:18 AM<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
huwred
08/01/2023, 8:18 AMhuwred
08/01/2023, 8:20 AMAndy Boot
08/01/2023, 9:21 AMAndy Boot
08/01/2023, 9:37 AMMaarten
08/01/2023, 3:04 PMMaarten
08/01/2023, 3:04 PM<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="68.2.0.9"
Maarten
08/01/2023, 3:04 PMAndy Boot
08/01/2023, 3:53 PMAndy Boot
08/01/2023, 3:54 PMMaarten
08/01/2023, 3:59 PM