I just switched to Windows7 Professional 64 bit from Vista Ultimate 32 bit.  I reinstalled all Visual Studio 2008 Professional and applied SP1.  All is working well except I can't open a solution that contains a wdproj file.  I found this link (and a bunch of others scraped from Microsoft) with a similar problem.  They suggested using ca...
            
           
          
            
            I'm having problems with a wdproj I've upgraded to VS2008; This is the error I'm getting while trying to compile the project using msbuild:
ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory
    (C:\code\CCI\CORUS\Website\Website_DeploymentProject\TempBuildDir\) cannot be in the same tree as the source application di...
            
           
          
            
            First time MSBuild/CI setup.  I've got all my class libraries building, but am getting hung up on a web deployment project.  This requires several binaries that are to be copied from a sibling folder.  The folder contains other binaries that I do not want copied; I just want what it needs and nothing more.
The csproj files specify the b...