VS2013 プレビューを使用して、単純な MVC アプリケーションを Azure にデプロイしています。これはしばらくの間はうまくいきましたが、以下に示すように、一部の DLL で展開が失敗するようになりました。
2>Publishing folder bin...
2>Unable to add 'bin/EntityFramework.SqlServer.dll' to the Web site. The specified network name is no longer available (550).
2>Unable to add 'bin/Newtonsoft.Json.dll' to the Web site. The specified network name is no longer available (550).
2>Unable to add 'bin/System.Web.Mvc.dll' to the Web site. The specified network name is no longer available (550).
2>Unable to add 'bin/WebGrease.dll' to the Web site. The specified network name is no longer available (550).
2>Publishing folder Content...
誰かがこの問題に遭遇し、なぜこれが起こるのか知っていますか? 他のすべての DLL とファイルは問題なく動作します。