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

