报错信息:未能正确加载“ReferenceManagerPackage”包

第一步:打开Developer Command Prompt for VS 2019(以管理员权限打开)

第二步:在命令窗口输入:CD G:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PublicAssemblies(VS安装目录)
第三步:在CMD窗口输入 gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll

第四步: 重启VS,添加引用

修复VS2019加载包错误
本文解决VS2019中“ReferenceManagerPackage”包加载失败的问题,通过在Developer Command Prompt for VS2019中使用gacutil命令进行DLL注册,重启VS完成修复。
1万+





