Turning off security messages for Debugging

  • Thread starter Thread starter Thomas Bandt
  • Start date Start date
T

Thomas Bandt

Hi all.

When I start to debug my application from Visual Studio 2005
on my PDA, I get a security question like "unknown software,
do you really want to start this" by the windows mobile os.

Is there a way to turn off this and allow running everything?
I know it makes sense, but its frustrating for debugging.
 
Yes, you need to set the project properties to sign your application with
the dev certificate (Project Properties/Devices/Sign...)
If you don't see the certificate in the store, you need to install it from
the WM5 Pocket PC SDK\Tools directory (see Readme in that directory).
Also select an option to provision the certificate to the device or copy the
SdkCerts.cab to the device and install it there
 
Alex said:
Yes, you need to set the project properties to sign your application
with the dev certificate (Project Properties/Devices/Sign...)
If you don't see the certificate in the store, you need to install it
from the WM5 Pocket PC SDK\Tools directory (see Readme in that directory).
Also select an option to provision the certificate to the device or copy
the SdkCerts.cab to the device and install it there

Thank you :-)
 
Back
Top