Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are too many variables to predict exactly where the problem lies, but here's a list of things I'd check/do to run this to ground:</p> <ul> <li><p>Ensure that the CC.net service is running as a domain user (so it can have access to network resources) and that user has the same permissions as a regular developer. The CC.net service user should be a unique user (not one of the developers) (I prefer to run CC.net with the most restrictive permissions possible, in order to drive out developer-induced bugs during unit testing. Since most developers are administrators on their development PCs, this can lead to code that needs to run as an administrator.)</p></li> <li><p>Did you install VS2010 as the CC.net service user? If not, check the environment settings for the installing user -- it may have additional path settings that need to be added for the CC.net service user.</p></li> <li><p>Turn on CC.net console logging and increase the log level to the maximum, then watch what happens when a build starts. This will be verbose, but can include useful details about the build environment.</p></li> <li><p>What happens when a developer logs into the CC.net server, checks out your solution, and builds it locally. Does it build correctly?</p></li> <li><p>In the past, I've found it necessary to run Visual Studio (using command-line parameters) to build solutions because there weren't msbuild tasks for all of the project types (particularly non-WiX installer projects). What changes if you do this on the CC.net server?</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload