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;

  1. Login to https://my.visualstudio.com and download VS2017 executable and install if not already installed.
  2. 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
  3. 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
  4. Once the above has been selected, click install to install all packages and update VS2017.
  5. After the installation is complete, you may be required to restart
  6. Install the following components as well after the above steps are complete. This has also been mentioned in the Microsoft guide mentioned above.

Comments

Popular posts from this blog

D365FO - Create a multi-select lookup in batch jobs

Generate and download a csv file using X++

Creating a batch job with query based filter in D365 back-office