ayi_2 <p>Vérifiez si vous exécutez <strong>BitTorrent/uTorrent ou un logiciel similaire utilisant le port 10000</strong>.</p> <p>Consultez le billet de blog de Steve Marx sur le sujet. <a href="http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process">http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process</a></p> <p>Au cas où ce billet disparaîtrait, la commande pour vérifier si un autre logiciel utilise ce port est :</p> <pre><code class="lang-auto">C:\Users\smarx>netstat -p tcp -ano | findstr :10000 TCP 127.0.0.1:10000 0.0.0.0:0 LISTENING 3672 </code></pre>