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; https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/retail-sdk/migrate-sdk 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...