VS2010でアプリケーションを起動すると5つのサービスが実行されています。そして、毎回私はこのエラーを取得する:taskkill /F /IM WebDev.WebServer40.EXE
私の解決策を開始するたびにwebservicesを終了する
誰もこれがなぜ起こるか任意のアイデアを持って行います。
Error 24 Unable to copy file "C:\My Project\Main\Entities\bin\Debug\Test.Testing.dll" to "bin\Test.Testing.dll". The process cannot access the file 'bin\Test.Testing.dll' because it is being used by another process.
Error 26 Unable to copy file "C:\My Project\Main\Entities\bin\Debug\Test.Testing1.dll" to "bin\Test.Testing1.dll". The process cannot access the file 'bin\Test.Testing1.dll' because it is being used by another process.
Error 23 Unable to copy file "C:\My Project\Main\Entities\bin\Debug\Test.Testing2.dll" to "bin\Test.Testing2.dll". The process cannot access the file 'bin\Test.Testing2.dll' because it is being used by another process.
Error 25 Unable to copy file "C:\My Project\Main\Entities\bin\Debug\Test.Testing3.dll" to "bin\Test.Testing3.dll". The process cannot access the file 'bin\Test.Testing3.dll' because it is being used by another process.
Error 27 Unable to copy file "C:\My Project\Main\Entities\bin\Debug\Test.Testing4.dll" to "bin\Test.Testing4.dll". The process cannot access the file 'bin\Test.Testing4.dll' because it is being used by another process.
私は「バット」ファイルを作成する必要があり、これらのWebサービスを殺すために。アプリケーションを終了するたびに私のWebサービスが停止しないようですね?
どのようにアプリケーションを終了しますか? Visual Studioで "Stop Debugging"をクリックしてください。 –
私はそれをしました。しかし、サービスはまだ私のlocalhostで実行されています。 –
クリーンスタートから、F5キーを押し、 "Stop debugging"を押し、F5キーをもう一度押します.2回目にサービスを構築する際にエラーが発生しますか? –