My app was running successfully in local and production but after the latest commit the production code started returning 500.30 errors
What i’m running:
A .Net 6 API in C# using azure App Services
I tried running the exe file in the azure Developer console and this is what i got
Unhandled Exception. System.Io.FileLoadException: could not load file or assemble ‘Microsft.EntityFrameworkCore, version7.0.4.0 publicKey=someKey’ the located assembly’s manifest definition does not match the assembly refrence
This error only happens in production the loca version still running without any issues, so i’m not sure what its complaining about EF core
Please help!