PDA

View Full Version : Can't run prog on device...


Jim Burton
08-18-2009, 05:56 PM
Running PPL@ base 2.01 and mobile SDK 1.01

Trying a simple app -- just a default form with exit menu

Runs fine on Intel

Run on WM 6.0 device, log says...
Connecting to mobile device...Done!
Initializing TCP server on port #1002...

Then an error dialog pops up "Cannot communicate with client process! PPL 2 uses TCP/IP socket..."

Curious thing is, when I dismiss the dialog, then PPL2 kicks off on the device with the little Analyzing window, etc. Then it quits and the app is never displayed.

There is no firewall at all running on my Intel machine (Windows Vista)

kornalius
08-18-2009, 07:07 PM
Try using a different port #. Go to Tools -> Preferences -> Debugger -> Mobile_Port. Make sure Mobile_IP is set to ppp_peer as well.

You can also delete Prefs.xml from My Documents\PPL2\ since the old configuration file had settings that are not valid anymore.

Jim Burton
08-21-2009, 05:27 PM
I uninstalled, cleared out everything in the PPL2 program folder, then reinstalled and seems to be OK now :)

kornalius
08-21-2009, 08:09 PM
Great news... Keep us posted on your progress!