0
Severity    Code    Description Project File    Line    Suppression State
Error       The command "
    if not exist "C:\binance projects\Coin trading\CoinTNet-master\CoinTNet\bin\Debug\x86" md "C:\binance projects\Coin trading\CoinTNet-master\CoinTNet\bin\Debug\x86"
    xcopy /s /y "C:\binance projects\Coin trading\CoinTNet-master\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "C:\binance projects\Coin trading\CoinTNet-master\CoinTNet\bin\Debug\x86"
    if not exist "C:\binance projects\Coin trading\CoinTNet-master\CoinTNet\bin\Debug\amd64" md "C:\binance projects\Coin trading\CoinTNet-master\CoinTNet\bin\Debug\amd64"
    xcopy /s /y "C:\binance projects\Coin trading\CoinTNet-master\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "C:\binance projects\Coin trading\CoinTNet-master\CoinTNet\bin\Debug\amd64"
" exited with code 9009.    CoinTNet            

This is my error. I don't know how to solve it. I'm using Windows 7 64 bit.

Dmitry Egorov
  • 9,542
  • 3
  • 22
  • 40
Vimal
  • 1
  • 3
  • Check out this question: https://stackoverflow.com/questions/1988668/why-does-xcopy-exit-with-code-9009-in-visual-studio-post-build-step – Dmitry Egorov May 26 '18 at 09:43
  • The IDE can only produce a "it did not work" diagnostic. You have to look in the Output window for the specific error message produced by this script. – Hans Passant May 26 '18 at 10:22

0 Answers0