-
error MSB3577: Two output file names resolved to the same output path:개발실/.NET 2023. 12. 5. 09:00반응형
.net c# 프로젝트에서 어느날 위와 같은 에러가 남.
원인은, resx 파일이 중복되어 있어서 그런것이였음.
기존의 UserControl기반의 class가 아래와 같이 partial 로
서로 다른 이름의 파일로 작성되어 있는데.
public partial class MyControl
각각 resx파일이 생겨서 나타나는 오류 였음.
아래 글처럼, 필요없는 resx파일을 삭제하고 컴파일 하니 잘됨.
아래 링크 참조
https://itecnote.com/tecnote/c-two-output-file-names-resolved-to-the-same-output/
C# – Two output file names resolved to the same output – iTecNote
Recently I created new Form called WorkersScreen. When I try to run the project I got this error: Error 1 Two output file names resolved to the same output path: "obj\x86\Debug\DryWash.WorkersScreen.resources" What does it mean and how does one resolve it?
itecnote.com
반응형'개발실 > .NET' 카테고리의 다른 글
연산 정밀도 높이기 삽질. (0) 2025.01.13 .net standard library strong name (2) 2023.08.22 .NET Standard 가 먼가요? (0) 2020.04.06