Tôi nhận được lỗi sau:Lỗi Triển khai New Relic instrumented từ trang này sang Azure từ Github & VS.NET
Error: The process cannot access the file 'C:\DWASFiles\Sites\mywebsitename\VirtualDirectory0\site\wwwroot\newrelic\NewRelic.Agent.Core.dll' because it is being used by another process.
Trong lệnh triển khai Chạy ... log file khi cố gắng triển khai một trang web Azure từ Github .
Sẽ đánh giá cao bất kỳ gợi ý nào về những gì có thể gây ra điều này.
UPDATE: Hóa ra đây là cũng thất bại khi xuất bản trực tiếp từ VS.NET như sau:
1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets(4196,5): Warning : An error was encountered when processing operation 'Create File' on 'NewRelic.Agent.Core.dll'.
1>Retrying operation 'Update' on object filePath (mywebsitename\newrelic\NewRelic.Agent.Core.dll). Attempt 1 of 2.
1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets(4196,5): Error : Web deployment task failed. ((06/07/2013 23:54:58) An error occurred when the request was processed on the remote computer.)
này đang làm việc trước và tôi không chắc chắn lý do tại sao nó đã có thể dừng lại.
bạn nên đánh dấu một trong các câu trả lời là chính xác –