Thoughts, ideas, ramblings. Covering a wide range of topics from Windows to Linux, Azure, hardware, software & more.
Search

.NET Framework 4.8 missing after Windows Server Upgrade to 2019

A very obscure error occurred after a Windows Server upgrade to 2019. Taboo, I know!

When trying to start an application that depended on .NET Framework 4.8, recived the following error:

System.MissingMethodException: Method not found: 'Int64 System.GC.GetAllocatedBytesForCurrentThread()'

The solution was that .NET 4.8 needed to be reinstalled.

Downloading the package from https://go.microsoft.com/fwlink/?linkid=2088631 and reinstalling, plus a reboot, worked fine.

Must have uninstalled itself or not been kept from the upgrade from 2012 R2. It was a non-production machine, so upgrade was easiest option.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *