I want to run some programs of vs2012 on the vs2013 ,however some errors as follows:
first time the error is :
error LNK2038: mismatch detected for ‘_MSC_VER’: value ‘1800’ doesn’t match value ‘1700’
you can do that as fllows :
project -&>project properties -&> Platform Toolset ,then chooseVisual Studio 2012(v110),notVisual Studio 2013 (v120) instead
however some errors more like that:
error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = ‘v100’) cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting “Upgrade Solution…”.C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets645Sample_BezierPatch
I find the answer in the website :
http://channel9.msdn.com/Forums/Coffeehouse/VS2013-round-tripping-with-VS2012/
Similar Posts:
- How to Solve MSB8020 The build tools for v141 (Platform Toolset = ‘v141‘) cannot be found. To build using the
- error MSB8020: The build tools for v120 (Platform Toolset = ‘v120’) cannot be found. To build using
- error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”:
- Microsoft Visual C++ 14.0 is required [Two Method to Solve]
- Note that pyqt5 tools cannot be installed on Mac
- Windows Azure Developer Guidance Map
- Microsoft Visual C++ 14.0 or greater is required [How to Solve]
- Visual Studio Failed to Start Error: throw error ‘cannot run when setup is in progress’
- Solve the problem of low version of Android SDK build tools
- [Solved] Visual Studio 2015 Warning: Cannot find one or more components. Please reinstall the application.