닷넷 프레임워크

error MSB3323: 대처법

K :) 2009. 4. 27. 16:27

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/

이 글은 스프링노트에서 작성되었습니다.