Hello support!
Please help with understanding of the following situation:
Environment:
- iMX6 board running Win CE8 (v1.0 beta6)
- LCD, touchscreen, custom carrier board
- Visual Studio 2013 with installed Toradex CE8 SDK v2.0
Question:
Can not run any of the deployed apps on CE8 machine.
Doing the following:
- In VS2013 create new project from template: WIndows Embedded Compact/ Toradex CE800/ Device Application Visual C#
- Create some simple “Hello world” with single label and single button
- Build solution (succeeded)
- On CE8 machine start: ConManClient2, after that starting cmaccept
- CE8 machine has proper IP address from DHCP. Setting this address to Debug Properties under VS2013
- Under same debug properties setting Remote path as: FlashDisk (to keep app on CE8 machine permanently)
- Hit Start Debugging (F5) in VS2013
- VS2013 show error: The app can not be launched for Debugging
- In VS2013 hit Build/Deploy solution. Answer of VS2013: Deploy succeed.
- I can see my app under FlashDisk in CE8 machine.
- Any attempt to run my app on CE8 machine by double clicking on it from CE8 Windows Explorer give no result. App does not start despite Build and Deploy passed OK in VS2013.
Please point me to the wrong part of my steps which may cause this behavior.
How can I run Windows Forms app on CE8 machine ?
Thank you,
Vlad