-
[.NET] The last access/last write time on file 빌드오류.NET/개념 및 유용한 팁 2023. 3. 12. 17:17반응형
아래와 같은 오류가 발생했다.
The last access/last write time on file "obj/Debug/net6.0/example-producer.MvcApplicationPartsAssemblyInfo.cache" cannot be set. Access to the path '/workspaces/example-producer/obj/Debug/net6.0/example-producer.MvcApplicationPartsAssemblyInfo.cache' is denied. [/workspaces/example-producer/example-producer.csproj]
해결은 obj 폴더를 제거하고 다시 빌드하면 된다.
반응형'.NET > 개념 및 유용한 팁' 카테고리의 다른 글
[ADO.NET] 프로시저 호출 시 the Size property has an invalid size of 0 오류 일어날 때 확인 사항 (0) 2023.04.20 [.NET] 비동기(async, await) 방식의 메소드를 동기 방식으로 안전하게 호출하기 (1) 2023.01.04 [.NET] Benchmark - Count() vs Any() (0) 2023.01.03 [.NET] ASP.NET Core 및 비동기(async, await) 프로그래밍 개발에 도움이 되는 설명 사이트 (0) 2022.12.26 [EFCore] EF Core Tool 로 C# 모델 클래스 -> DB 마이그레이션 하기 (0) 2022.08.07