MSB3073

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a small post-build copy statement which has always worked before. But
now I get a strange error for which I don't find any documentation. I get the
following error when trying to execute the command mkdir
C:\Source\myapp\trunk\..\output\Resources

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3089,13):
error MSB3073: The command "mkdir C:\Source\myapp\trunk\..\output\Resources

What is wrong?
 
To be clear I can mention that the paths are in order and that the files
exists on the given locations.
 
Back
Top