错误:找不到项目输出组的输出 [英] ERROR: Cannot find outputs of project output group

查看:147
本文介绍了错误:找不到项目输出组的输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从命令提示符自动构建我的visual studio项目。以下是我试过的代码。



  < span class =code-string> C:\ Progra~1 \ Microsoft Visual Studio 9.0 \ Common7 \IDE\devenv   C:\ Users \Admin \Desktop\WcfRestApplication3 \RestService \ 
RestService.vdproj
/ Build 发布 / Project RestService





但我收到以下错误



 Microsoft(R)Visual Studio版本 9 . 0  30729  1 
版权所有(C)Microsoft Corp.保留所有权利。
------开始预构建验证 项目' RestService' ------
错误:无法找到项目输出的输出 group ' (无法确定名称)'
group ,其配置或项目可能已从 $ b $中删除 b解决方案。
错误:找不到项目输出的输出 group ' (无法确定姓名)'
group ,其配置或项目可能已从
$ b $中删除 b解决方案。
------
项目的预构建验证 ' RestService'完成------
------构建开始:项目:RestService,配置:发布------
== ========构建: 0 成功或更新, 1 失败, 0 跳过==========





可以有人帮我解决这个问题吗?



注意:我已经尝试了 this。 [ ^ ]



谢谢&问候

Sebastian

解决方案

您好,



此问题已解决。我可以通过创建一个与我的Web安装项目同名的解决方案来运行以下脚本。



C:\ Progra 〜1 \ MyCrosoft Visual Studio 9.0 \ Common7 \IDE\devenvC:\ Users \ Admin \Desktop \SebNewRESTSetup \SebNewRESTSetup.sln/ BuildRelease/ Project SebNewRESTSetup 





感谢所有支持我解决此问题的人。



Sebastian


从查看 devenv / Build [ ^ ]命令,你似乎缺少一些参数。根据文档,还需要解决方案文件。


I am trying to automate build on my visual studio project from command prompt. The following is the code which I have tried.

"C:\Progra~1\Microsoft Visual Studio 9.0\Common7\IDE\devenv" "C:\Users\Admin\Desktop\WcfRestApplication3\RestService\
RestService.vdproj" /Build "Release" /Project RestService



But I got the following error

Microsoft (R) Visual Studio Version 9.0.30729.1.
Copyright (C) Microsoft Corp. All rights reserved.
------ Starting pre-build validation for project 'RestService' ------
ERROR: Cannot find outputs of project output group '(unable to determine name)'.
  Either the group, its configuration, or its project may have been removed from
 the solution.
ERROR: Cannot find outputs of project output group '(unable to determine name)'.
  Either the group, its configuration, or its project may have been removed from
 the solution.
------ Pre-build validation for project 'RestService' completed ------
------ Build started: Project: RestService, Configuration: Release ------
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========



Can someone help me to resolve this?

NB: I have already tried this.[^]

Thanks & Regards
Sebastian

解决方案

Hello,

This problem is solved. I could run the below script by creating a solution with the same name of my web setup project.

"C:\Progra~1\Microsoft Visual Studio 9.0\Common7\IDE\devenv" "C:\Users\Admin\Desktop\SebNewRESTSetup\SebNewRESTSetup.sln" /Build "Release" /Project SebNewRESTSetup



Thanks for all who support me to solve this.

Sebastian


From looking at the devenv /Build[^] command, it would seem that you have some parameters missing. According to the documentation the solution file is also required.


这篇关于错误:找不到项目输出组的输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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