我正在尝试为.NET Framework 3.5构建一个项目。
我设置了以下设置:
Application> Target framework> .NET Framework 3.5
Compile> Prefer 32-bit (greyed out)
.vbproj文件 V3.5
我确信我已经找到了我需要设置的所有内容,但是当我发布并尝试在3.5机器上安装时,我收到错误:
Unable to satisfy all the prerequisites for <project>. Setup cannot continue until all
system components have been successfully installed.
详细说明:
Prerequisite check for system component Microsoft .NET Framework 4.5 (x86 and x64)
failed with the following error message:
"Installation of the Microsoft .NET Framework 4.5 is not supported on this operating
system." etc...
我还需要做些什么才能获得正确的先决条件?