본문 바로가기

C#/C# FullStack

[ASP.NET core]The system cannot find the file specified. File name: '[모듈이름], Culture=neutral, PublicKeyToken=null

 

우분투에서 ASP.NET core API를 배포하고 발생한 에러이다. 해당 모듈이름을 삭제 후 재설치하면된다. 

아래의 에러에서는 Microsoft.AspNetCore.OpenApi를 삭제 후 재설치하면 된다. 

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.PublicKeyToken=null'. The system cannot find the file specified. File name: 'Microsoft.AspNetCore.OpenApi, Culture=neutral, PublicKeyToken=null'

 

'C# > C# FullStack' 카테고리의 다른 글

[ASP.NET core] TIL 깔끔한 ApiController  (0) 2024.06.02
[Blazor Server] 202400530 TIL  (2) 2024.05.30
ASP.NET Core API Ubuntu 배포  (1) 2024.05.24
[Blazor Assembly] Java Script 적용  (2) 2024.04.19
[ASP.NET Core Web API] PUT기능 구현  (0) 2024.04.18