Cant Debug my application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I made a simple application for smart device, when i try to execute it by
pressing F5 it fails to establish connection i have also try "Deploy
Solution" from the solution explorer but it didnt deploy, i am also unable to
debug my application by this issue but when i connect my device (hp 2210) it
establish connection through Active Sync, I can copy paste my application exe
from desktop to device through Windows Explorer, i am using active sync 3.7.1
i am facing this issue from 3 or 4 days, before that everything was fine

any solution any suggestion will be appreciated
 
Thank you very much Bogdanov this page got really useful information
regarding deployment issues i got resolve my issue in this page describing ,

11.5. Why am I unable to deploy to devices through ActiveSync after
uninstalling ActiveSync?

Symptom: The "deployment error" message box occurs on Ctrl-F5 or F5 after
ActiveSync has been uninstalled. Uninstalling ActiveSync typically happens
when the user upgrades ActiveSync, e.g. from version 3.5 to 3.6.

Cause: ConMan relies on some registry values under
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\ProxyPorts" for
deployment and debugging through ActiveSync. These registry values are
removed when ActiveSync is uninstalled.

Workaround: Reinstall or repair Visual Studio .NET 2003.
A simpler fix is to import ProxyPorts.reg which can be found in the WinCE
utilities folder: "<VSROOT>\CompactFrameworkSDK\WinCE Utilities\WinCE Proxy
Ports Reg" . If you do not have this file it can be downloaded from the
following link
http://www.microsoft.com/downloads/...086-b0cc-7c6c39b28762&DisplayLang=en#filelist

The device may need to be un-cradled/re-cradled or soft rebooted to make the
fix take effect.
It is recommended that users never uninstall ActiveSync. To upgrade
ActiveSync, you should directly install the new version which will correctly
override the old one.
 
Back
Top