Note that there are some explanatory texts on larger screens.

plurals
  1. POVS2010 - same soltuion (IE SVN checkout), different locations, one builds, one fails any ideas?
    text
    copied!<p>I've got the weirdest thing I've seen in a long while with VS2010. I have the same solution, checked out from svn, into two different folders. One builds one doesn't... but MSBuild doesn't actual fail to build. All the assemblies build and it will run, but VS2010 keeps saying one project fails. If anyones seen this before or can see what I'm missing in my logs it would help heaps.</p> <p>Looking closer at the second log, I read three "Build succeeded." messages but a final "========== Build: 2 succeeded or up-to-date, 1 failed, 0 skipped ==========". Go figure. There's no post build events. I really don't get this one.</p> <pre><code>------ Build started: Project: Data.Connection, Configuration: Debug Any CPU ------ Build started 23/09/2010 9:55:30 a.m.. Build succeeded. Time Elapsed 00:00:00.02 ------ Build started: Project: Common, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 0 warnings Build succeeded. Time Elapsed 00:00:01.12 ------ Build started: Project: ClientA, Configuration: Debug Any CPU ------ Build started 23/09/2010 9:55:31 a.m.. Build succeeded. Time Elapsed 00:00:02.14 ========== Build: 3 succeeded or up-to-date, 0 failed, 0 skipped ========== </code></pre> <p>and</p> <pre><code>------ Build started: Project: Connection, Configuration: Debug Any CPU ------ Build started 23/09/2010 9:53:16 a.m.. Build succeeded. Time Elapsed 00:00:00.03 ------ Build started: Project: Common, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 0 warnings Build started 23/09/2010 9:53:16 a.m.. Build succeeded. Time Elapsed 00:00:00.87 ------ Build started: Project: ClientA, Configuration: Debug Any CPU ------ Build started 23/09/2010 9:53:17 a.m.. Build succeeded. Time Elapsed 00:00:01.95 ========== Build: 2 succeeded or up-to-date, 1 failed, 0 skipped ========== </code></pre>
 

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