Hello,
I am trying to convert a .NETCF 2.0 application I wrote with VS 2005 Pro
over to a .NETCF 2.0 application in VS 2008.
The first thing that comes up is the "Visual Studio Conversion Wizard". I
click "Finish" on the dialog and the project appears to be converting. Then
after a short while I get a popup that tells me,
"One or more projects in the solution could not be loaded for the following
reasons: The application for the project is not installed. These projects
will be labeled as unavailable in Solution Explorer. Expand the project node
to show the reason the project could not be loaded."
Looking at the conversion log, the only thing it tells me is that the
operation could not be completed. Unspecified error.
Any thoughts on how to go about converting this project to VS 2008?
Some controls that I am using:
CameraCaptureControl - Custom written for us
EACompressionCF2
GeoFramework GPS/GIS Component
OpenNETCF
VistaDB.CF20
I don't think these should cause a problem, should they?

Signature
Noble D. Bell
www.noblesoftware.com
Peter Foot [MVP] - 26 Jan 2010 23:11 GMT
Do you have all the same SDKs etc installed in 2008 - e.g. if you installed
WM6 SDK prior to VS2008 you'll need to repair it so it shows up in VS2008.
Are these dependencies referenced locally or were they installed into Visual
Studio so they show up in the Add References dialog - check that they are
all visible from a fresh project in VS2008.
A fairly simple workaround would be to create a new blank Solution/Project
in VS2008 and then add the existing source files to it.
Peter
> Hello,
>
[quoted text clipped - 26 lines]
>
> I don't think these should cause a problem, should they?