Contents

How to upgrade to Visual Studio 2017, .NET 4.7.2 for PU36/10.0.12 and higher

For the upcoming Dynamics 365 Finance Updates, Visual Studio 2017 and .NET runtime 4.7.2 required for PU36/10.0.12 or higher; New VMs deployed with PU36/10.0.12 or higher will have Visual Studio 2017 as well as .NET runtime 4.7.2 already installed.

For your dev/test/build Tier1 VMs, Microsoft recommends just redeploying a new VM, and you will be all set!

If you cannot deploy new VMs, please follow below steps to update .NET runtime, VS 2017 before installing PU36/10.0.12 or higher, this will be applied for cloud-hosted environment

1. Download VS Professional 2017 15.9 here and install it

2. The .NET runtime download is available here by clicking on the Download .NET Framework 4.7.2 Runtime and running the installation, restart required.

3. Go to Dynamics Lifecycle Services and download PU36/10.0.12 or any higher package which is a part of the Platform and application binary, the VSIX file is located in the DevToolsService\Scripts folder.

/2020-06-30-how-to-upgrade-to-visual-studio-2017-.net-4.7.2/How-to-upgrade-to-Visual-Studio-2017-1.png

You need to install Microsoft.Dynamics.Framework.Tools.Installer and then Microsoft.Dynamics.Framework.Tools.InternalDevTools. After the installation, open the VS2017 if you should see Dynamics 365 menu extension like below

/2020-06-30-how-to-upgrade-to-visual-studio-2017-.net-4.7.2/How-to-upgrade-to-Visual-Studio-2017-2.png

4. If you try to access the client before applying the package you will get the error like below in event viewer and unable to access the environment, so you need to apply an update first.

Failure
AX is shutting down due to an error. Serialization version mismatch detect, make sure the runtime dlls are in sync with the deployed metadata. Version of file ‘194’. Version of dll ‘193’.

5. In LCS, navigate to your cloud-hosted environment, and apply Platform and application binary package PU36/10.0.12 or higher. After completed upgrading, you will be able to access the environment client.

Overall, there is no change in the compiler, metadata; this is only an update to the Visual Studio extensions and NET runtime for the tier1 VMs.