Hi there,
We had a software app developed back in 2017 that suddenly stopped working a few days ago. I viewed the Application Event Logs and, on 9/1/2023, errors started getting logged which state the following:
Application 'MACHINE/WEBROOT/APPHOST/MYAPP' with physical root 'C:\home\site\wwwroot' failed to start process with commandline 'dotnet .\MyApp.dll', ErrorCode = '0x80004005' : 80008096.
I checked the nuget packages and saw that they are all deprecated. These packages include:
Microsoft.AspNetCore v1.1.0 and Microsoft.NETCore.App v1.1.2
There are updates available for all deprecated packages except for Microsoft.NETCore.App.
Can anyone tell me a possible reason why the app suddenly stop working? Are the deprecated packages to blame?
Any advice or guidance would be greatly appreciate!
Liz