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 create plugin test project #43

Open
alloylo opened this issue Oct 24, 2024 · 0 comments
Open

Unable to create plugin test project #43

alloylo opened this issue Oct 24, 2024 · 0 comments

Comments

@alloylo
Copy link

alloylo commented Oct 24, 2024

Environment:

  • Microsoft Visual Studio Community 2022 (64-bit) -Version 17.11.5.
  • .NET 4.6.2
  • Extension version latest version: 3.0.2276.1704

Error:
Error occurred running template wizard: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{FFB2E715-7312-4B93-83D7-D37BCC561C90}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
at D365DeveloperExtensions.Core.Vs.ProjectWorker.GetProjectTypeGuids(Project project)
at D365DeveloperExtensions.Core.Vs.ProjectWorker.IsUnitTestProject(Project project)
at D365DeveloperExtensions.Core.Vs.ProjectWorker.FilterUnitTestProjects(List1 list) at D365DeveloperExtensions.Core.Vs.ProjectWorker.GetProjects(Boolean excludeUnitTestProjects) at TemplateWizards.TestProjectPicker.GetProjects() at TemplateWizards.TestProjectPicker..ctor() at TemplateWizards.ProjectTemplateWizard.PreHandleUnitTestProjects(Dictionary2 replacementsDictionary)
at TemplateWizards.ProjectTemplateWizard.RunStarted(Object automationObject, Dictionary`2 replacementsDictionary, WizardRunKind runKind, Object[] customParams)

I#ve tried to :

  • reinstall the extension
  • the creation of the plugin project works perfectly.
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

1 participant