Offline Access for a Vessel

ASP.NET Requirements for Offline Servers

Fleet account access: Offline access is coordinated between the vessel's Fleet administrator (yacht management company) and MMV support. The installation itself is performed remotely by MMV once the vessel's server meets the minimum requirements. Offline access is a Fleet-level feature — Sub-Account, Crew, and Payroll users do not manage it.

MMV Offline requires ASP.NET 4.5.2 or higher on the vessel's dedicated server. Most newer servers already have ASP.NET 4.5 or above installed, but older servers may not.

The AVIT or IT technician responsible for the vessel should verify the server's ASP.NET version before install.

How to check the installed version (Registry Editor)

  1. From the Start menu, choose Run, enter regedit, and select OK. (You need administrator credentials to run regedit.)
  2. 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, .NET Framework 4.5 or later is not installed.
  3. Check for a REG_DWORD entry named Release. If it exists, .NET Framework 4.5 or later is installed. Its value maps to a specific version:
    Registry Editor showing Release key with value 528040 corresponding to .NET Framework 4.8
    In this example, the Release value is 528040, which is the release key for .NET Framework 4.8.

Release key mapping

.NET Framework versionMinimum Release value
.NET Framework 4.5378389
.NET Framework 4.5.1378675
.NET Framework 4.5.2379893
.NET Framework 4.6393295
.NET Framework 4.6.1394254
.NET Framework 4.6.2394802
.NET Framework 4.7460798
.NET Framework 4.7.1461308
.NET Framework 4.7.2461808
.NET Framework 4.8528040

Any Release value ≥ 379893 (ASP.NET 4.5.2) meets the MMV Offline requirement.

Common questions

Our server has .NET Framework 4.5 but not 4.5.2 — is that enough?

No. MMV Offline requires 4.5.2 minimum. Update .NET Framework to 4.5.2 or higher before install.

Where do we download .NET Framework if we need to upgrade?

From Microsoft's official .NET download page (dotnet.microsoft.com). Choose the runtime installer for your Windows version.