Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description of Issue

Determine if .NET framework 4.7.2 is installed on application server

Context
  • Munis
  • Microsoft NET Framework
  • Server Management
Cause

Some recent Munis updates require that Microsoft .NET Framework has been installed on application server

Resolution
  1. Connect to Munis Application Server
  2. Open Start Menu and search for Powershell
  3. Open Powershell and run the query below
    (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release -ge 461808
  4. If query returns True .NET Framework 4.7.2 is installed on application server
  5. If query returns False .NET Framework is not installed on application server
    1. Reach out to analyst to assist with installation of .NET Framework 4.7.2 on the server





  • No labels