Disable security warning (at least) while debugging

  • Thread starter Thread starter Shloma Baum
  • Start date Start date
S

Shloma Baum

Hi,

Does anybody know how to disable the 'Security Warning' in WM5 about an
unsigned file, this is really annoying when debugging where the file keeps
on changing and thus the warning constantly comes up, any idea?

Best Regards,
Shloma Baum
 
In the project properties on the Devices tab set it to be signed with the
unprivileged dev certificate.
Install dev certificates to the device by going to the SDK Tools directory
(Program Files\Windows CE tools\Windows Mobile 5.0 Pocket PC SDK\Tools and
running
RapiConfig.exe /p SdkCerts.xml
while connected device to the activesync. I believe that you can also
install the certificate by setting a property in the project properties,
Devices tab - "Provision Certificate to the Device" to "Add the certificate
to unprivileged store"

If you don't see dev certificates, install them from the above directory by
right -clicking on SDKSampleUnprivDeveloper.cer and selecting Install
Certificate
 
Alex,

Thank you very much for the detailed response, I'll follow your post later
in the day.

Best Regards,
Shloma
 
Back
Top