then some process is removing the dll. maybe you have a partial or failed publish occurring.
Why does my .NET Framework 4.8 web app on Azure lose DLLs intermittently after deployment?
My application is crashing out of nowhere. I deploy the same release, it stays up for a while, and then the error below occurs. I went into the Console, accessed the directory where the published project with the dlls is located, and the file mentioned in the error below was not in the folder. (This is an example of a file, every time the system goes down, it's a different dll that disappears)
When I redeploy the same release, it works again, with all the dlls in the folder. I don't know what's going on.
My application is an ASP NET MVC (.net framework 4.8) published on the Azure App Service.