-
Bug
-
Resolution: Not A Defect
-
Blocker
-
Windows .Net 4.0 application
Hi all,
I am facing this issue from last two weeks, hope someone can help me in this forum. I have tried building my vdproj using CLI first and it worked fine. Then I implemented the same command on Jenkins' "execute windows batch command" but it didn't. So the command that I ran was:
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com" "E:\Jenkins\<job-name>\workspace\<location-for-sln>\<visual-studio-solution>.sln" /Rebuild "Debug" /Project "E:\Jenkins\<job-name>\workspace\<location-for-vdproj>\<visual-studio-setup-dir>.vdproj"
And the error statements that I'm getting are:
csproj : error : The application for the project is not installed.
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.
I am really going crazy on this issue, have tried everything found on internet. Please help, where am i making a mistake.
Thanks.
Swapnil Arora
[JENKINS-58371] Building vdproj with Jenkins.
Description |
Original:
Hi all, I am facing this issue from last two weeks, hope someone can help me in this forum. I have tried building my vdproj using CLI first and it worked fine. Then I implemented the same command on Jenkins' "execute windows batch command" but it didn't. So the command that I ran was: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com" "E:\Jenkins\<job-name>\workspace\<location-for-sln>\<visual-studio-solution>.sln" /Rebuild "Debug" /Project "E:\Jenkins\<job-name>\workspace\<location-for-vdproj>\<visual-studio-setup-dir>.vdproj" And the error statements that I'm getting are: csproj : error : The application for the project is not installed. 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. I am really going crazy on this issue, have tried everything found on internet. Please help, where am i making a mistake. Thanks. Swapnil Arora |
New:
Hi all, I am facing this issue from last two weeks, hope someone can help me in this forum. I have tried building my vdproj using CLI first and it worked fine. Then I implemented the same command on Jenkins' "execute windows batch command" but it didn't. So the command that I ran was: {code:java} "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com" "E:\Jenkins\<job-name>\workspace\<location-for-sln>\<visual-studio-solution>.sln" /Rebuild "Debug" /Project "E:\Jenkins\<job-name>\workspace\<location-for-vdproj>\<visual-studio-setup-dir>.vdproj"{code} And the error statements that I'm getting are: {code:java} csproj : error : The application for the project is not installed.{code} {code:java} 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.{code} I am really going crazy on this issue, have tried everything found on internet. Please help, where am i making a mistake. Thanks. Swapnil Arora |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Please don't use the issue tracker for questions. The mailing lists and the chat channels are better suited for questions.