Web Deployment Error. Copy Files

Web Deployment Error. Copy Files

am 08.01.2008 16:17:47 von Shapper

Hello,

I have the following code:






I get the following error:

"Unable to copy file ".\Debug\\A\*.*" to ".\Debug\\B\*.*". Illegal
characters in path"

Does anyone knows what is wrong?

I can't find the problem.

Thanks,

Miguel

Re: Web Deployment Error. Copy Files

am 08.01.2008 18:50:26 von Shapper

On Jan 8, 3:17 pm, shapper wrote:
> Hello,
>
> I have the following code:
>
>
>
>
>
>
> I get the following error:
>
> "Unable to copy file ".\Debug\\A\*.*" to ".\Debug\\B\*.*". Illegal
> characters in path"
>
> Does anyone knows what is wrong?
>
> I can't find the problem.
>
> Thanks,
>
> Miguel

I tried the following ( changed $(OutputPath) to $(WDTargetDir) ):




I keep having an error but now this seems a bug. The error is:

Unable to copy file "C:\MyProject\Debug\A\*.*" to "C:\MyProject\Debug\B
\*.*".
Illegal characters in path.

See the destination folder. It also includes *.*. Isn't this strange?

Thanks,
Miguel