vs2019開啟專案報錯COM元件的呼叫返回了錯誤HRESULT E_FAIL
參考:VS2019新增引用出錯:對COM元件的呼叫返回了錯誤HRESULT E_FAIL
VS2019新增引用出錯:對COM元件的呼叫返回了錯誤HRESULT E_FAIL
原因:計算機上安裝了多個版本的Visual Studio,且先安裝了高版本後安裝低版本
- 以管理員身份開啟 Developer Command Prompt for VS 2019(vs2019開發人員命令提示符)
- 定位到你的vs2019的安裝目錄
例:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PublicAssemblies
直接輸入cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PublicAssemblies - 然後執行下面的程式碼
gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll - 顯示“程式集已經成功新增到快取中”,重啟VS即可
使用這種操作確實解決了我的問題。
相關文章
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- Idea啟動專案報{dataSource-1} closed錯誤Idea
- COM+元件啟動報錯問題處理元件
- 專案報錯
- Eclipse 啟動專案錯誤:class not foundEclipse
- springboot專案啟動報錯Spring Boot
- 報錯:Qt 開啟專案找不到Qt自己的標頭檔案QT
- react元件內報implementation()方法錯誤!React元件
- vs2019 Com元件初探-通過IDispatch介面呼叫Com元件
- IPMI報jnlp錯誤,無法開啟java程式Java
- mount檔案系統報Unformatted or incompatible media錯誤ORM
- SQL SERVE報錯"SQLNCLI" 返回了訊息 "Unspecified error"SQLError
- VUE專案忽略ResizeObserver loop completed with undelivered notifications錯誤VueServerOOP
- Apache Hive啟動報NoClassDefFoundError錯誤ApacheHiveError
- 開啟 Gzip後打包 報錯compression-webpack-pluginWebPlugin
- Day03:檔案開啟;錯誤處理
- 呼叫 webapi的put和delete 報"Method Not Allowed" 405 錯誤。WebAPIdelete
- Android studio 開啟一個新專案後會報錯Android
- react建立專案報錯React
- 專案編譯報錯編譯
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- Gradle專案Build的時候,頻繁報Unknown host 'jcenter.bintray.com' 錯誤GradleUI
- 開啟PHP的錯誤log日誌PHP
- spring boot 專案報錯找不到compose.yaml檔案Spring BootYAML
- idea專案啟動報錯:java.lang.OutOfMemoryErrorIdeaJavaError
- VMWARE啟動虛機報錯無法開啟檔案
- COM的錯誤處理 (轉)
- pom-建立web專案錯誤Web
- android 新專案狗屎錯誤Android
- 執行web專案報錯Web
- InfoPackage無法開啟 報錯Package
- 專案整合Swagger遇到的錯誤Swagger
- IT專案管理的六種錯誤思維專案管理
- 【譯】Go 專案開發裡最常犯的 10 個錯誤Go
- 專案提示錯誤找不到git檔案Git
- vue2專案 一直報ts-plugin錯誤VuePlugin
- vs2019 Com元件初探-簡單的COM編寫以及實現跨語言呼叫元件
- React 錯誤邊界元件React元件