http://stackoverflow.com/questions/4517440/why-am-i-getting-unable-to-find-manifest-signing-certificate-in-the-certificate
You need to re-add that certificate to your machine or chose another certificate.
To choose another certificate or to recreate one, head over to the Project's properties page, click on Signing tab and either
- Click on Select from store
- Click on Select from file
- Click on Create test certificate
Once either of these is done, you should be able to build it again.
'Programming' 카테고리의 다른 글
(Javascript) is there a difference between <script language="javascript> and <script type="text/javascript"> (0) | 2012.06.18 |
---|---|
(Javascript) Math.random (0) | 2012.06.18 |
(Python) random.random() (0) | 2012.06.18 |
C++로 만든 코드 안드로이드로 마이그레이션 하기 (0) | 2012.06.17 |
Visual C++ “for each” portability (0) | 2012.06.16 |