ISUWP12
InstallShield 2020
ISUWP12 applies to Windows App scenarios.
Messages
Message 1 (Error)
File [1] in Component [2] is a .NET assembly that was compiled against .NET Framework. Windows Nano Server supports only .NET Core applications
[1] is the name of a file in the project.
[2] is the name of a component in the project.
Message 2 (Error)
File [1] in Component [2] is a .NET assembly that was compiled against [3]. Windows Nano Server supports only .NET Core applications.
[1] is the name of a file in the project.
[2] is the name of a component in the project.
[3] is the name of a framework in the project.
Description
ISUWP12 checks for the presence of .NET assemblies that are incompatible with Windows Nano Server.
Corrective Action
Rebuild your app against .NET Core if you want to support Nano Server.
See Also