azure-service-fabric - Service Fabric .Net Framework 4.5.1和4.6

标签 azure-service-fabric

将目标框架从4.5.1更改为4.6后,Auzure Fail中的服务已在本地部署中。

我是否需要添加.Net 4.6支持? -我无法在天蓝色的地方找到我的集群中可用的框架。

谢谢

ApplicationName : fabric:/Lending20.Service.IdentityManagement AggregatedHealthState
: Error UnhealthyEvaluations : Unhealthy services: 100% (1/1), ServiceType='IdentityManagementServiceType', MaxPercentUnhealthyServices=0%.

Unhealthy service: ServiceName='fabric:/Lending20.Service.IdentityManagement/Identity ManagementService', AggregatedHealthState='Error'.

Unhealthy partitions: 100% (1/1), MaxPercentUnhealthyPartitionsPerService=0%.

Unhealthy partition: PartitionId='7c68b397-fda3-491d-9e17-921cd24217ca', AggregatedHealthState='Error'.

Error event: SourceId='System.FM', Property='State'.

ServiceHealthStates : ServiceName : fabric:/Lending20.Service.IdentityManagement/IdentityManagementService AggregatedHealthState : Error

DeployedApplicationHealthStates : ApplicationName : fabric:/Lending20.Service.IdentityManagement NodeName : _lending1 AggregatedHealthState : Ok

HealthEvents : SourceId : System.CM Property : State HealthState : Ok SequenceNumber : 3464 SentAt : 11/21/2015 12:38:08 PM ReceivedAt : 11/21/2015 12:38:08 PM TTL : Infinite Description : Application has been created. RemoveWhenExpired : False IsExpired : False Transitions : Warning->Ok = 11/21/2015 12:38:08 PM, LastError = 1/1/0001 12:00:00 AM

最佳答案

.NET 4.6在Azure中使用的默认Windows Server 2012镜像中尚不可用。此时,您唯一的选择是登录到每个VM并安装它。

关于azure-service-fabric - Service Fabric .Net Framework 4.5.1和4.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33849871/

相关文章:

azure - Service Fabric 部署卡在 GetApplicationExistence 上

azure-service-fabric - 从服务结构集群中删除应用程序

azure - Azure Service Fabric 使用哪些端口?

azure - 在 Azure Service Fabric 中实现缓存

azure-service-fabric - 什么会导致 ITransaction.CommitAsync 调用花费很长时间(24 小时)?

azure - 在托管磁盘上设置 Azure Service Fabric 群集

python - 将 Azure 服务管理与 python sdk 连接

docker - 在服务结构中参数化正在运行的docker镜像

c# - Azure Service Fabric 参与者 - 未处理的异常?

azure - 在哪里可以找到以前版本的 Azure Service Fabric SDK?