Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure 我能';我不再发布我的网络角色了?磁盘上没有足够的空间?_Azure_Azure Web Roles - Fatal编程技术网

Azure 我能';我不再发布我的网络角色了?磁盘上没有足够的空间?

Azure 我能';我不再发布我的网络角色了?磁盘上没有足够的空间?,azure,azure-web-roles,Azure,Azure Web Roles,我一直在毫无问题地发布这个webrole,现在突然出现了以下错误: There is not enough space on the disk. <CSPack ServiceDefinitionFile="@(TargetServiceDefinition)" Output="@(PublishServicePackage)" PackRoles="@(Roles)" SiteMapping="@(SiteMapping)"

我一直在毫无问题地发布这个webrole,现在突然出现了以下错误:

There is not enough space on the disk.

  <CSPack
      ServiceDefinitionFile="@(TargetServiceDefinition)"
      Output="@(PublishServicePackage)"
      PackRoles="@(Roles)"
      SiteMapping="@(SiteMapping)"
      RoleProperties="@(RoleProperties)"
      ImportedModules="@(ImportedModules)"
      CopyOnly="false"
      >
    </CSPack>
磁盘上没有足够的空间。
我已经尝试了所有我能找到的似乎相关的东西:

我甚至删除了我的云服务,开始使用新的云服务和不同的新存储

还是不走运


还有其他人遇到这个问题并解决了吗?

当你遇到这个错误时,你到底在做什么,错误显示在哪里?这是一个打包/发布错误,还是来自VM上运行的角色代码中的错误?当我要发布WebRole时会发生这种情况,此错误显示在Visual Studio中-错误中不显示CSPack内容,只是对该行代码的引用。您可以单独创建包吗?选择“包”,而不是选择在Visual Studio中发布。然后尝试从管理门户部署.CSPKG。