c# - Web 部署任务失败。 (无法完成请求)

标签 c# asp.net entity-framework publishing

我想发布我的项目但是:

错误1

Web deployment task failed. (Could not complete the request to remote agent URL 'https://xxxxx:xxxx/msdeploy.axd?site=VoIP'.)

Could not complete the request to remote agent URL 'https://xxxxx:xxxx/msdeploy.axd?site=VoIP'. The request was aborted: The request was canceled. COM object that has been separated from its underlying RCW cannot be used.

有人知道这是怎么回事吗?

最佳答案

关于c# - Web 部署任务失败。 (无法完成请求),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11793556/

相关文章:

c# - Stackexchange.Redis ListRightPush "Invalid number of arguments"

c# - 区分大小写的字典键

c# - 从关系数据库的角度开始使用 Azure 存储

asp.net - 如何使用 ReportService2010 命名空间呈现报表

c# - Entity Framework 以错误的顺序插入子对象

c# - PartialView 在 ajax 重新加载时无法正确呈现

c# - 地址的地理经度和地理纬度

c# - 如何通知其他用户对数据所做的更改

asp.net-mvc - MVC 4 中的表属性无法识别

entity-framework - 如何使用Entity Framework 4从父集合中删除子实体?