我正在使用 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 和文件都可以顺利通过。