In our team we use Visual Studio 2010 for development and we've inherited a Visual Studio 2008 mobile project which requires the following
- Windows Mobile 5.0 Pocket PC SDK.msi
- Windows Mobile 5.0 Smartphone SDK.msi
We do have a laptop running Windows Vista and has Visual Studio 2008 installed. Whenever we try to install the above SDKs we are getting the following error message
Software development tools required to use this SDK for application development are not installed on this workstation. Before trying to run the Setup Wizard again, verify that the required software is installed. To determine which software development tools are required, see the Microsoft Web site at http://go.microsoft.com/fwlink/?linkid=21615&clcid=0x409, which you can open in an external browser window by clicking the Open Browser button.
Unfortunately, the link just redirects to http://msdn.microsoft.com/en-US/vstudio/
Searching for Windows Mobile 5.0 Pocket PC SDK requirements brings up
- Windows Server 2003 Service Pack 1, Windows XP
- Visual Studio 2005 Standard, Professional, and Team Suite Editions
- Active Sync 4.0 Developer Preview (build 4343)
Is there anything we can do to open this project?