当前位置: 代码迷 >> 综合 >> Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) | nuget管理器所引发的的错误
  详细解决方案

Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) | nuget管理器所引发的的错误

热度:134   发布时间:2023-10-13 04:22:00.0

环境:

Visual Studio 2019  版本 16.6.2

 

事故现场:

使用nuget包管理器尝试给项目安装Microsoft.AspNetCore.Identity.UI的时候,直接报错:

Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) 

解决方案:

Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) | nuget管理器所引发的的错误

键入指令:

Install-Package Microsoft.AspNetCore.Identity.UI

 

事故原因:

这是 Visual Studio 2019  版本 16.6.2 更新所带来的问题,主要体现为nuget包管理器界面点击安装无效。

但这不影响你用Powershell进行安装依赖项,你可以选择回退版本,或等待社区解决方案。

 

具体参考:

[1] Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))

[2] Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) #6177

[3] Introduce the ability to roll back a Visual Studio Update

  相关解决方案