error MSB3323: Unable to find manifest signing certificate in the certificate store.
코드상의 오류는 없는데, 위의 오류가 뜨면서 컴파일이 안되는 경우가 있다.
정확이 왜 이런 현상이 일어나는지는 잘 모르겠다.
MSDN 포럼에서는 프로젝트 명을 변경했을 때도 이런 현상이 나온다는데,
나같은 경우엔 컴퓨터를 새로 세팅하고 나니 이런 현상이 나타났다.
아무튼 해결했으니 다행이다.
오류내용
------ Build started: Project: ChargeDisChargeControl, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1728,7): error MSB3323: Unable to find manifest signing certificate in the certificate store.
Done building project "ChargeDisChargeControl.csproj" -- FAILED.
========== Build: 2 succeeded or up-to-date, 1 failed, 0 skipped ==========
해결법
프로젝트 속성 -> "서명" 탭 -> "Sign the ClickOnce manifests" 체크 해제
원문
http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/f2b8771a-902c-4a9d-a2e1-cc8044e54421/
이 글은 스프링노트에서 작성되었습니다.
'닷넷 프레임워크' 카테고리의 다른 글
1. 프로세스의 형태 (0) | 2009.04.27 |
---|---|
Managed Code 개요 (0) | 2009.04.27 |
IFormatProvider 인터페이스 (0) | 2009.04.27 |
Generic (0) | 2009.04.27 |
C# 엑셀 파일 출력 (0) | 2009.04.27 |