Please Enable JavaScript!
Gon[ Enable JavaScript ]

에러 - Unable to find manifest signing certificate in the certificate store

기타 언어/C# & MFC
반응형

Unable to find manifest signing certificate in the certificate store 에러를 해결하기 위해서는

2가지 방법이있다. 직접 xml 태그를 수정하든지 아니면 환경설정창에서 값을 바꾸는것이다.

 

첫번째 방법은 환경설정창을 수정하는것인데 Project > Properties 정보로 들어간다.

그리고 Signing 탭을 선택한다. 오른쪽에 Sign the ClickOnce Manifests 를 체크해제한다.

두번째 방법은 프로젝트 폴더로 가서 csproj 확장자 파일을 메모장으로 연다.

그리고 아래 4가지 태그를 삭제한다. 위에서 설정한 값이 이 파일에 저장되는 것이다.

삭제하면 위와 같은효과를 얻는다.

<ManifestCertificateThumbprint> ……… </ ManifestCertificateThumbprint >

<ManifestKeyFile>………</ManifestKeyFile>

<GenerateManifests>true</ GenerateManifests >

<SignManifests>true</ SignManifests >


반응형
Posted by 녹두장군1
,