I am getting following error when compliling callingcard cab project
Error 1 Error result 1 returned from 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\signtool.exe'. Project
Error 2 The signing tool encountered an error. See the output window for more information. C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Callingcard\CallingCardCab.vdproj
OutPut window
1>------ Rebuild All started: Project: CallingCard, Configuration: Debug Windows Mobile 5.0 Smartphone SDK (ARMV4I) ------
1>Deleting intermediate and output files for project 'CallingCard', configuration 'Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)'
1>Compiling...
1>callingcard.cpp
1>ClassFactory.cpp
1>Main.cpp
1>Generating Code...
1>Linking...
1> Creating library Windows Mobile 5.0 Smartphone SDK (ARMV4I)\Debug/CallingCard.lib and object Windows Mobile 5.0 Smartphone SDK (ARMV4I)\Debug/CallingCard.exp
1>Authenticode signing project output...
1>Number of errors: 1
1>SignTool Error: No certificates were found that met all the given criteria.
1>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\signtool.exe'.
1>Build log was saved at "file://c:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Callingcard\Windows Mobile 5.0 Smartphone SDK (ARMV4I)\Debug\BuildLog.htm"
1>CallingCard - 1 error(s), 0 warning(s)
2>------ Skipped Rebuild All: Project: CallingCardCab, Configuration: Debug ------
2>Project not selected to build for this solution configuration
========== Rebuild All: 0 succeeded, 1 failed, 1 skipped ==========

Error in compiling a cab project for smartphone
JerberSoft
But with the same step for privileged certificate nothing happened
What Can I do
Vic02