Getting 500.30 for no appeanant reasons

Gershy Menzer 0 Reputation points
2024-07-03T17:38:28.2266667+00:00

using: Azure app services

Stack: Asp.Net 6 API, C#

I sometimes do deployments changing a variable or even as small as changing a condition to look for something. which result in 500.30 errors from azure. When that happened recently i went into the dev console and ran the .exe file from the .Net app and i saw error there systemFileIOException: Could not load file or assembly 'Microsoft.Extensions.Primitives 8.0.0.0 (along those lines), i had this once and adding like below in the csproj file worked but now it happened again, and al already have that line in so im not sure what this means?


<PackageReference Include="Microsoft.Extensions.Primitives" Version="8.0.0" />
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
314 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,288 questions
{count} votes