VS12,VB.NET,先决条件检查4.5

VS12,VB.NET,先决条件检查4.5,vb.net,visual-studio-2012,frameworks,.net-3.5,installation,Vb.net,Visual Studio 2012,Frameworks,.net 3.5,Installation,我正在尝试为.NETFramework 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 <pro

我正在尝试为.NETFramework 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.

要获得正确的先决条件,我还必须更改哪些内容?

您无法在Windows XP上安装.NET 4.5。从这个问题上看,你的安装程序为什么要求它并不明显。单击“先决条件”按钮并验证选择。您使用的是Visual Studio的哪个版本?哦,抱歉,我看到了它的VS12。那么,您正在尝试使用3.5并安装4.5?这是你的问题吗?还是你想用4.5来代替呢?不,大部分都是这样。我正在Windows8VS12(Express)VB.NET上开发。我正在尝试在XP.NETFramework 3.5上安装。
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...