Finding certification error
-
Hi I have an exe and I want to start it when the device reboots so I created a short cut of it in the StartUp folder with SHCreateShortCut API .... but when my device reboots the exe doen't start its gives a certification error dialog box stating that "The file cannot be opened .Either it is not signed with a trusted certificate or one of the components cannot be found" Actually I have an application and in the cab file of that application I have included that exe( in the Program Files folder) and i have tried to put that exe in teh wiindows startup. Can anyone help me in t his regard as to how tackle this prob
-
Hi I have an exe and I want to start it when the device reboots so I created a short cut of it in the StartUp folder with SHCreateShortCut API .... but when my device reboots the exe doen't start its gives a certification error dialog box stating that "The file cannot be opened .Either it is not signed with a trusted certificate or one of the components cannot be found" Actually I have an application and in the cab file of that application I have included that exe( in the Program Files folder) and i have tried to put that exe in teh wiindows startup. Can anyone help me in t his regard as to how tackle this prob
I think I just answered your question in the MSDN forums. For others looking for the answer you need to change your device security settins so that it will run unsigned executables. Connect your phone to your computer then in Visual Studio select Tools->Device Security Manager. From there you can change the device's security model to "Security Off"
Joel Ivory Johnson