Ri Run Mmv offline , your Server requires ASP.NET 4.5.2 or higher. Although most new Servers will have ASP.NET 4.2 or higher , some older servers my not be updated.
AVIT responsible for vessel should verify the Server ASP.NET version as follows.
Use Registry Editor
- From the Start menu, choose Run, enter regedit, and then select OK.
You must have administrative credentials to run regedit.
- In the Registry Editor, open the following subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full. If the Full subkey isn't present, then you don't have the .NET Framework 4.5 or later installed.
- Check for a REG_DWORD entry named Release. If it exists, then you have .NET Framework 4.5 or later installed. Its value corresponds to a particular version of the .NET Framework. In the following figure, for example, the value of the Release entry is 528040, which is the release key for .NET Framework 4.8.
Here are the mapping between the Release value and the ASP.NET version:
.NET Framework version |
Minimum value |
.NET Framework 4.5 |
378389 |
.NET Framework 4.5.1 |
378675 |
.NET Framework 4.5.2 |
379893 |
.NET Framework 4.6 |
393295 |
.NET Framework 4.6.1 |
394254 |
.NET Framework 4.6.2 |
394802 |
.NET Framework 4.7 |
460798 |
.NET Framework 4.7.1 |
461308 |
.NET Framework 4.7.2 |
461808 |
.NET Framework 4.8 |
528040 |
Comments
0 comments
Article is closed for comments.