.NET Smart device application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dipalipatel
    New Member
    • Nov 2008
    • 21

    .NET Smart device application

    Hi,

    I have .NET framwork 1.0 application and it was working fine on Windows CE Device 5.0

    Now i upgraded my application from Framwork 1.0 to 2.0
    Now when i run my application on Windows CE Device it's not working it's giving me an error

    Error 1 Post-deploy error 0x00000001 returned after calling '\Windows\wcelo ad.exe /noui \Windows\System _SR_enu_wm.cab' . Device Connectivity Component


    Can any one Help me with this???

    Thanks in advance
  • nukefusion
    Recognized Expert New Member
    • Mar 2008
    • 221

    #2
    Make sure System_SR_enu_w m.cab is available on the device. The version is different for CE 2.0.

    You can find the file in C:\Program Files\Microsoft Visual Studio
    8\SmartDevices\ SDK\CompactFram ework\2.0\v2.0\ WindowsCE\Diagn ostics

    Comment

    • dipalipatel
      New Member
      • Nov 2008
      • 21

      #3
      Hi,
      thanks for your reply.
      i checked it already and i have System_SR_ENU_w m.cab file in folder that you specified menas : C:\Program Files\Microsoft Visual Studio 8\SmartDevices\ SDK\CompactFram ework\2.0\v2.0\ WindowsCE\Diagn ostics

      And also i try to install it manully in my device. But no luck still same error.

      Do you have any idea why this happen?

      Comment

      • nukefusion
        Recognized Expert New Member
        • Mar 2008
        • 221

        #4
        If you've installed V2 of that file successfully on the device but you're still getting the same error then I'm afraid I'm not sure. Seeing as you've upgraded to version 2.0 of the framework and now the error is occurring I would have thought a file version mismatch was the most likely culprit.

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          You have to make sure your device has CF2.0 installed as well, probably inside its image file. It's been my experience then "installing " cf2 after the device has booted up...that another reboot will wipe out the install. So its only good for the booted session that you installed it.

          Comment

          Working...