You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when right clicking on a DbContext class when trying to generate the diagram.
Unable to cast COM object of type 'System._ComObject' to interface type 'Microsoft.VisualStudio.Shell.lnterop.lVsAggregatableProject'
This operation failed because the Querylnterface call on the COM component for the interface with IID
'{FFB2E715-7312-4B93-83D7-D37BCC561 C90}' failed due to the following error:
No such interface supported (Exception from HRESULT: ox80004002 (E_NOINTERFACE)).
I get the following error when right clicking on a DbContext class when trying to generate the diagram.
My .Net Core 2.0 EF class looks like
Sometimes the error is different!
https://i.imgur.com/usLF6Kb.png
Any ideas? Running as admin makes no difference.
The text was updated successfully, but these errors were encountered: