WM5 deployment error

Hi.
Just recieved this morning the first WM5 device that exists in the UK I believe.

I love it! (trying to make the wifi work is tough...but anyway)

I have VS.NET 2005
I have also installed the WM5 smartphone SDK.

Problem I am having is this:

When I create a New smart device project for WM5, I get a huge form on the screen, rather than the expected small compact form. Is this correct The form looks like the Pocket PC project.

Other issue I have is that if I try to deploy the project using this project, It gives me this error:

Error 1 The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for connecting to this device. Device Connectivity Component 


What do I do
The device is connected and activesynced.

Any ideas




Answer this question

WM5 deployment error

  • C0venant13

    Update:

    I am unable to change the Form Factor to anything other than "WebPad"... any ideas

  • Merten1982

    Just try:

    1. If you have a regedit tool, and then navigate to HKLM\Security\Policies\Policies\ 
          Change "00001001" value to 1 (decimal) (recovery note: default is 2)
          Change "00001005" value to 40 (decimal) (recovery note: default is 16)
          Reboot device.

    2. On your desktop, copy file SdkCerts.cab from $Driver$\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Tools\ to your smartphone device, and just run it.

    3. Connect your device to desktop via ActiveSync, and open Command line on your desktop, navigate to location $Driver$\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Tools> and type rapiconfig /p SdkCerts.xml

    If all of above successfully, then you can deploy your app to device...


  • erprashant

    With regards to your 'huge form' problem, try changing the FormFactor property for the form. My psychic powers say that you have a VGA form factor selected

    (Sorry about the psychic powers thing - I've been reading too much Raymond Chen :-) )

  • rogerdubie

    I have the same problem.
    I built a simple Windows Mobile application using VS2005 and WinMobile 6 SDK. It ran on the emulator, but when I tried to deploy it to the device, I got the following error:

    "The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for connecting to this device."

    The Security Configuration Manager that comes with the SDK tells me that my device (SPV C600) has 2-tier security configuration, and that I cannot change it or install Dev certificates on it.
    I also tried to modify the registry keys you suggested, using SmartReg 2.0, but for some weird reason the values wouldn't change. The keys keep their old values after I change them...

    So what is the resolution Must I set the security configuration on the phone or sign my application With what certificate

    Any help is much appreciated !




  • James Crowley

    Hi,

    Please consult the two blogs at http://blogs.msdn.com/sivarv/archive/2005/11/24/496618.aspx and
    https://blogs.msdn.com/sivarv/archive/2005/09/20/471863.aspx

    to get more help on this issue. If that doesn't help, please let us know.

    thanks,
    Abhiram

  • mkassa

    hehe - thanks very much - ill check that out ;)

    It's just different to what I had expected... of course from VS2003

     

     



  • WM5 deployment error