I'm using Visual Studio 2005 to target Windows CE 5.0 and 6.0 devices. Up until yesterday I was deploying to a variety of devices without issue. However, this morning I was unable to deploy to one of my devices.
In Visual Studio, after selecting Tools > Options > Device Tools > Devices, my devices are all listed correctly. I can view the properties of all my devices (and the Delete
button is enabled for all of them)...except the device I am now having trouble with. When I select this device, Delete
is disabled selecting Properties
shows this error:
Error retrieving information from user datastore. Property not found.
There have been no changes to either my system or Visual Studio that I'm aware of.
After struggling with this for some time, I found the following rather drastic solution:
Remote Registry Viewer
C:\Documents and Settings\All Users\Application Data\Microsoft\corecon
and rename the folder 1.0
to 1.0_backup
1.0_backup
to 1.0
Windows CE 5.0 Device
and enter the properties noted in the first item in this listHope that helps anyone who has a similar problem.