The TEAMserver requires that version 3.5 of the .NET Framework be installed. In Windows Server 2016 it is not possible to enable this feature using the same graphical interface that can be used in older version of Windows Server. However, it is possible to enable this feature using the command line.
To do so:
- Open an Elevated Command Prompt.
- Type the following command:
dism /Online /Enable-Feature /All /FeatureName:NetFX3
- After that, you will be able to install TEAMserver following the instructions in the Installation Guide.
Comments