AspNetCompiler not copying references

Hi,

I am using the AspNetCompiler task in my msbuild script. If I build from VS then everything works fine. However, if I build cleanly from the command line it fails because my references aren't being copied into my web project's Bin folder.

What is responsible for copying references into the /Bin folder? I noticed that project references are stored in the solution file - but is msbuild supposed to look at them and copy them in? Or am I supposed check the assemblies under /Bin into source control?

Thanks for any help,
Kent

[658 byte] By [KentBoogaart] at [2007-12-24]
# 1

To answer my own question, don't try to do this yourself. Instead, use the new web deployment project support via this download: http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx

Kent

KentBoogaart at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...

Visual Studio

Site Classified