一般故障建设引导程序 [英] General failure building bootstrapper

查看:970
本文介绍了一般故障建设引导程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

而做我的dontnet 4.0项目设置我得到以下错误的构建

while doing the build of my dontnet 4.0 project setup i'm getting following errors

An error occurred generating a bootstrapper: Unable to finish updating resource for E:\project\Setup\Debug\setup.exe with error 8007006E    E:project\Setup\Setup.vdproj    Setup

General failure building bootstrapper   E:\project\Setup\Setup.vdproj   Setup

Unrecoverable build error   E:\project\\Setup\Setup.vdproj Setup

我现在用的dotnet框架4和MSVS 2010。

I am using dotnet framework 4 and MSVS 2010.

推荐答案

这是因为,通过设置项目所需.NET Framework版本比应用程序所针对的.NET framework版本不同。

This happens because The .NET framework version required by the setup project is different than the .NET framework version targeted by the application.

要更改验证这一点:

  1. 在解决方案资源管理器中,单击安装项目。
  2. 在视图菜单上,指向编辑器,然后点击启动条件
  3. 单击.NET框架。
  4. 在属性窗口中,将版本属性更改为您要安装项目检查并安装.NET Framework的版本。
  1. In Solution Explorer, click the Setup project.
  2. On the View menu, point to Editor, and then click Launch Conditions.
  3. Click .NET Framework.
  4. In the Properties window, change the Version property to the version of the .NET Framework that you want the Setup project to check for and install.

和还需要确保Setup.exe程序还检查并安装正确版本的.NET Framework。

And also you need to Make sure that the Setup.exe program also checks for and installs the correct version of the .NET Framework.

右键点击安装项目 - >属性 - > prerequisites - > :选择正确的人

Right click on the setup project -> Properties -> Prerequisites -> Select the correct ones.

这篇关于一般故障建设引导程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆