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?
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?