由于昨天安装了vs2013,今天卸载了并装上vs2010,然后运行项目就出现了这样的错误:
error MSB8008: 指定的平台工具集(v120)未安装或无效。请确保选择受支持的 PlatformToolset 值。
解决方法:
指定的平台工具集(v120) –>该参数修改为V100.
修改方法:
Project > Properties > Configuration Properties > General (General) > Platform Toolset >> v100