整了Win8+VS2013,没道理不玩玩win8 app开发的。在MSDN上找了一个后台上传下载的例子,用VS2013打开solution的时候,加载项目文件失败。
错误信息:
Shared\BackgroundTransfer.Shared.shproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=D954291E-2A0B-460D-934E-DC6B0785DB48
WindowsPhone\BackgroundTransfer.WindowsPhone.csproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=76F1466A-8B6D-4E39-A767-685A06062A39
解决办法:
很明显,是VS找不到相应的项目类型{D954291E-2A0B-460D-934E-DC6B0785DB48}{76F1466A-8B6D-4E39-A767-685A06062A39}既然项目文件是MSDN上最新的codes,VS版本也是最新的,那肯定是VS Update没装。
所以,安装VS2013 Update2之后,轻松搞定。