【发布时间】:2017-02-28 13:15:53
【问题描述】:
我已将 Service Fabric sdk 升级到 2.4.164。现在我无法加载服务结构应用程序。每次打开解决方案,visual studio 都想升级fabric 项目。不幸的是,它每次都失败。它给出了一个错误,如: “升级过程中发生错误。该项目将恢复到原来的状态。无效的 URI:URI 为空。”
来自 VsProjectFault 文件的日志:
Recoverable
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)
at Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.ProjectSystem.DiagnosticEventsPackageLoader.InitializeAsync()
at Microsoft.VisualStudio.ProjectSystem.UnconfiguredProjectImpl.AutoLoadMethodStateMachine.<<StartExecution>b__6_0>d.MoveNext()
我应该怎么做才能成功升级项目文件?
【问题讨论】:
-
您安装了哪个版本的“Microsoft Azure Service Fabric Tools for Visual Studio”?
-
安装的版本是1.3.40930.2
标签: azure sdk azure-service-fabric