Can't open package manager console in visual studio 2019

1

I am learning asp .net from this udemy course udemy_course_link. Whenever I open package manager console in visual studio 2019, Following error comes : error_msg

The error message is: Unable to cast COM object of type 'System.__ComObject' to interface type 'EnvDTE80.DTE2'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{2EE1E9FA-0AFE-4348-A89F-ED9CB45C99CF}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).

I am new to visual studio. I found a similar question in StackOverflow but that didn't help.

c#
asp.net
visual-studio
package-manager-console
nuget-package-manager-console
asked on Stack Overflow Feb 11, 2021 by Roshan Kumar

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0