0

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

4

1 回答 1

0

我能够在 VS2012 中发布相同的项目。因此,这是我使用的 VS2013 预览版中的一个错误。

于 2013-09-10T15:55:21.977 回答