-
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