Install .NET modules
The .NET Core Runtime and ASP.NET Core versions compatible with the latest NX PCB Exchange Connect version installed on the server are used to run the NX PCB Exchange Connect services with IIS.
Ensure that you have administrator rights to install all the prerequisites on a Windows server.
Note:
The compatible version of .NET modules with the latest NX PCB Exchange Connect services is 8.0.8.
-
In a command prompt, run
dotnet --info
. -
If you get the following error:
'dotnet' is not recognized as an internal or external command, operable program or batch file.
or if theMicrosoft.NETCore.App <compatible version>+
andMicrosoft.AspNetCore.App <compatible version>+
modules are not installed, run dotnet-hosting-<compatible version>-win.exe to install them on the server.The dotnet-hosting-<compatible version>-win.exe executable is provided in the NX PCB Exchange Connect services installation package services_<version>.zip in the prerequisites folder. -
In the wizard, select the I agree to the license terms and conditions
check box and click Install.
- When prompted to allow the app to make changes on the hard drive, click Yes.
- Click Close.
-
In a new command prompt, run
dotnet --info
again to verify that the modules are now installed.The following should be displayed:.NET runtimes installed: Microsoft.AspNetCore.App <compatible version or later> [C:\Program Files\dotnet\Microsoft.AspNetCore.App] ..Microsoft.NETCore.App <compatible version or later> [C:\Program Files\dotnet\Microsoft.NETCore.App]