79600089

Date: 2025-04-30 10:10:38
Score: 0.5
Natty:
Report link

In case anyone is looking for a solution to the ERROR_APPPOOL_VERSION_MISMATCH error when deploying a web job to Azure App Service, adding this line to the PropertyGroup section of the csproj file helps:

<IgnoreDeployManagedRuntimeVersion>True</IgnoreDeployManagedRuntimeVersion>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: marcin93w