Hi All,

We have an existing CC project that has been working nicely until we
added a new .Net 4 website, deployment project and setup project into
it. Now the build fails after this devenv task:

<devenv>
     <executable>C:\Program Files\Microsoft Visual Studio
10.0\Common7\IDE\devenv.exe</executable>
<solutionfile>C:\SVNWork\Project\WebUi\OfficeWeb.sln</solutionfile>
     <buildtype>ReBuild</buildtype>
     <project>OfficeSetup</project>
     <configuration>Release</configuration>
</devenv>

The thing is there is another .Net 4 website, deployment project and
setup project in the same build that works fine. Both the settings for
the deployment and the setup are the same on both websites.

Curiously the above devenv task which is failing actually produces the
MSI in the correct place - so I don't know what the issue is!

In the build log it shows the different build results. THe first one
is for the labelling of the version number - this succeeds. The next
build result is for the failing devenv task above:

<buildresults>
  <message>4.0</message>
</buildresults>

Not really too sure what that means - is that there is a problem
build .Net 4 project? But there is another .Net 4 website and projects
that work fine.

Has anyone seen this problem or could suggest possible solutions?

Kind regards
Sidharth

Reply via email to