Hi, dear forum members,
I have been working on test device application with means of VS2005 software which is supposed to be run on i.mx287 board, powered with WCE 6.0 NETCF 2.0.
First off I want to narrate that the VS2005 runs on my development laptop which on the other hand is connected through ethernet port with i.mx287 device. The i.mx287 WCE6.0 desktop is accessed via CERHOST software. When i.mx 287 is powered on, I ping it from my laptop, if so, I launch the CERHOST, and see the desktop of my device. Then I launch the VS2005 and manually launch 'ConmanClient2.exe' and 'CMaccept.exe' files to obtain connection between VS2005 and the board. The test windows application which is just tiny window with the digital clock ticking on the form is successfully debugged and deployed on the board from the VS2005, please have a look on the screenshots I attached on the post.
But now my objective is to make the EXE file of my test application, which I transfer on the i.mx287 board, find it on the device with CERHOST and tap on it to launch. My desire is to see in CERHOST how the EXE file is launched and observe it running(the application itself is supposed to run the tiny window with the label displaying date and time refreshing every second).
When I enter the Build menu of VS2005 I see 'Build Solution' menu when I click it the application is build and the EXE file is placed into Visual Studio 2005 / Projects /.../bin/Debug folder I copy it on the SD card of the i.mx287 board, then I re insert the SD card into the board and re-power it, launch CERHOST and when the desktop of the i.mx287 is seen I seek for the my test application EXE file I tap on it, but nothing happens, nor warning or error notifications are popped up, application does not launch, and the board desktop is accessed without any hindrance, though application does not succeed to launch. That's it.
Can anyone kindly take me to understanding, how deal with issue? Are there any test application which could monitor the developed EXE application impact on the device upon the EXE file is tapped. To recognize the hindrances and issues which prevents the application from being launched successfully?
Faithfully,
N.KV.
Hello,
Looks like this issue is from VS side.
Regards
Much appreciated of you!
Yes, the vs2005 on my laptop lacks updates, maybe you're right. There is another laptop with vs2005, wce6.0 r2, r3, platform builder and armv4i updates I installed.