Hi Dojo,
Currently our DMA is running on 10.2 CU19 and we are planning to upgrade to 10.3 CU16.
Noticed there is prerequisite on Microsoft .NET. I have downloaded and installed the required .NET page on my DMA server.
Kindly advise how can I check if the .NET is updated?
I used the command "reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP" and noticed the version remain the same before and after the .NET upgrade
Appreciate your assistance.
Thank you.
Hi,
The registry key command you've used will check the .NET Framework version, which is the old .NET that has been discontinued by Microsoft.
However, for 10.3 CU16 we require the new .NET.
You can check the installed runtimes of .NET using the dotnet command or alternatively by checking the installed files as listed in the linked documentation.
With Kind Regards,
Hi Simon, thank you for the command given, however, when I execute the command only ASP.Net related version is shown.
How can I check regarding .Net 4.8?
Hi,
For .NET Framework, the listed query should show the result.
Alternatively, you can access Control Panel > Programs > Programs and Features in Windows and search for .NET Framework to find the installed versions as well.
With Kind Regards,
Hi Simon,
Unable to find .Net Framework program, however when I try to reinstall the package, its shows “.NET Framework 4.8 or a later update is already installed on this computer.”
Is this the only way to verify?
Hi,
This indeed indicates that .NET Framework 4.8 is already installed.
If you were previously running 10.2 CU19 then it should have been installed on the system already as well as it is a prerequisite for said version.
For the registry key query, could you check with HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv4Full
As the previously listed command goes down to NDP but there can be lower level entries.
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that the question is resolved?