У меня есть 5 сервисов, запущенных при запуске моего приложения в VS2010. И каждый раз, когда я получаю эту ошибку:Killing 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.
Чтобы убить этих веб-сервисов, которые я должен создать файл «летучая мышь»: taskkill /F /IM WebDev.WebServer40.EXE
Кто-нибудь имеет какие-либо идеи, почему это происходит. Кажется, что мои веб-службы не останавливаются, когда я закрываю приложение?
Как закрыть приложение? Попробуйте нажать «Остановить отладку» в Visual Studio. –
Я сделал это. Но службы все еще работают в моем локальном хосте. –
Итак, с чистого старта вы нажимаете F5, нажимаете «Остановить отладку» и снова нажимаете F5, а во второй раз возникают ошибки при создании служб? –