Migrate from VS2015 to VS2017 for RetailSDK 10.0.11
I recently upgraded RetailSDK from 10.0.10 to 10.0.11. RetailSDK can no longer be compiled with VS2015 from 10.0.11 as per an announcement from Microsoft.
These are the steps I followed to upgrade from VS2015 to VS2017 for RetailSDK 10.0.11.
Follow this guide from Microsoft for more information;
- Login to https://my.visualstudio.com and download VS2017 executable and install if not already installed.
- Open Visual studio installer and ensure that the following components are selected for installation;
- .NET desktop development
- Desktop development with C++
- Universal Windows Platform development
- ASP.NET and web development
- Azure development
- Node.js development
- NET Core cross-platform development
- Ensure that the following Individual components have been selected
- C# and Visual Basic Rosyln compilers
- MSBuild
- Visual C++ ATL for x86 and x64
- Visual C++ MFC for x86 and x64
- Windows 10 SDK (10.0.10586.0) - for MPOS
- Once the above has been selected, click install to install all packages and update VS2017.
- After the installation is complete, you may be required to restart
- Install the following components as well after the above steps are complete. This has also been mentioned in the Microsoft guide mentioned above.
- https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-2.1.202-windows-x64-installer
- https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-2.1.513-windows-x64-installer
- https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-2.0.9-windows-x64-installer
- https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-2.1.17-windows-x64-installer
- https://download.microsoft.com/download/6/D/8/6D8381B0-03C1-4BD2-AE65-30FF0A4C62DA/TS-2.2-dev14update3-20170321.1/TypeScript_Dev14Full.exe
Comments
Post a Comment