TheMiniIndex icon indicating copy to clipboard operation
TheMiniIndex copied to clipboard

Intermittent start-up exception in prod

Open aluhrs13 opened this issue 1 year ago • 0 comments

Startup assembly Microsoft.AspNetCore.AzureAppServices.HostingStartup failed to execute. See the inner exception for more details. Could not load file or assembly 'Microsoft.AspNetCore.AzureAppServices.HostingStartup, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

System.InvalidOperationException: System.IO.FileNotFoundException: at System.Reflection.RuntimeAssembly.InternalLoad (System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Reflection.RuntimeAssembly.InternalLoad (System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Reflection.RuntimeAssembly.InternalLoad (System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Reflection.Assembly.Load (System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.ExecuteHostingStartups (Microsoft.AspNetCore.Hosting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60)

aluhrs13 avatar Jan 05 '23 20:01 aluhrs13