problem with VC# exppress, post build event & copy command

L

Lloyd Dupont

I have a VC# express (beta2) project using interop with native libraries.
So at the root of my solution I have a directory called Libraries and in the
post build event command line I put:
copy "$(SolutionDir)..\Libraries\*.dll" "$(OutDir)"

However it gives me on the error list:
Error 1 The command "copy
"C:\Lloyd-Dev\CocoaSharpWork\ShowCase\TestApp\..\Libraries\*.dll"
"bin\Release\"" exited with code 1.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 3007
13

but when I try to run this command from the DOS shell, in the solution
directory, it just run fine.

Mmmh.. puzzled.. what should I do?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top