Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to cast COM object of type 'System._ComObject' #2

Open
redwards510 opened this issue Dec 29, 2017 · 1 comment
Open

Unable to cast COM object of type 'System._ComObject' #2

redwards510 opened this issue Dec 29, 2017 · 1 comment

Comments

@redwards510
Copy link

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)).

My .Net Core 2.0 EF class looks like

public class AffilDataContext : DbContext

Sometimes the error is different!

https://i.imgur.com/usLF6Kb.png

Any ideas? Running as admin makes no difference.

@ajopjo
Copy link
Owner

ajopjo commented Feb 1, 2018

not supported for .NET core. I'll work on the .NET core support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants