安装项目依赖项中的 .NET 3.5 .NET 4 错误

发布于 2024-11-17 12:08:27 字数 676 浏览 2 评论 0原文

将 .NET3.5 、 .NET4 添加到项目依赖项中,然后选择“从本地下载”,不带 web。

在构建安装项目时遇到奇怪的错误:

错误 10 不可恢复的构建 错误 D:...\Setup\Setup.vdproj 安装程序

错误 7 安装位置 前提条件尚未设置为 “组件供应商的网站”和 文件 'DotNetFX40\dotNetFx40LP_Full_x86_x64ru.exe' 在项目“Microsoft .NET Framework 4”中 (x86 和 x64)' 无法位于 磁盘。请参阅帮助了解更多信息 信息。 D:....\Setup\Setup.vdproj 安装程序

错误 5 安装位置 前提条件尚未设置为 “组件供应商的网站”和 文件 'DotNetFx35Client\DotNetFx35ClientSetup.exe' 在项目“.NET Framework 3.5 SP1 客户端”中 无法在磁盘上找到配置文件。 请参阅帮助了解更多信息 信息。 D:...\Setup\Setup.vdproj 安装程序

错误 9 构建一般失败 引导程序 D:....\Setup\Setup.vdproj 安装程序

是什么意思?怎么发生的?如何修复它?

谢谢。

Added .NET3.5 , .NET4 to project dependents, then selected "Download from local", without web.

Got strange errors on building setup project :

Error 10 Unrecoverable build
error D:...\Setup\Setup.vdproj Setup

Error 7 The install location for
prerequisites has not been set to
'component vendor's web site' and the
file
'DotNetFX40\dotNetFx40LP_Full_x86_x64ru.exe'
in item 'Microsoft .NET Framework 4
(x86 and x64)' can not be located on
disk. See Help for more
information. D:....\Setup\Setup.vdproj Setup

Error 5 The install location for
prerequisites has not been set to
'component vendor's web site' and the
file
'DotNetFx35Client\DotNetFx35ClientSetup.exe'
in item '.NET Framework 3.5 SP1 Client
Profile' can not be located on disk.
See Help for more
information. D:...\Setup\Setup.vdproj Setup

Error 9 General failure building
bootstrapper D:....\Setup\Setup.vdproj Setup

What it means ? How it happened ? How to fix it ?

thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰魂雪魄 2024-11-24 12:08:27

选择“从与我的应用程序相同的位置下载先决条件”选项时,将从其原始位置(在 Program Files 中)检索先决条件。

但是,这仅在先决条件包存在的情况下才有效。如果该包不存在,您需要从供应商的网站下载它或手动设置位置。

如果您仍想使用与应用程序相同的位置,则需要修改先决条件信息并确保其软件包存在于您的计算机上。也许这会有所帮助: http://danycxxx.blogspot.com/ 2009/09/download-preventions-from-same.html

When selecting "Download prerequisites from the same location as my application" option, the prerequisite is retrieved from it's original location (in Program Files).

However, this works only if the prerequisite package exists. If the package doesn't exist, you need to either download it from the vendor's website or manually set the location.

If you still want to use the same location as your application, you need to modify the prerequisite information and make sure that its package is present on your machine. Perhaps this will help: http://danycxxx.blogspot.com/2009/09/download-prerequisites-from-same.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文