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

Installation Failure of WPF UI Extension in Visual Studio 2022 Enterprise #1371

Closed
fkitsantas opened this issue Mar 3, 2025 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@fkitsantas
Copy link

Describe the bug

I am encountering an issue while trying to install the WPF UI extension in Visual Studio 2022 Enterprise. The installation process halts with an error message indicating that certain references are missing:

Microsoft.NetCore.Component.Runtime.9.0
Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites
Microsoft.VisualStudio.Component.CoreEditor
Despite having these components already installed and verified through the Visual Studio Installer, the extension installer continues to report them as missing. This prevents the successful installation of the WPF UI extension.

To Reproduce

Steps to Reproduce:
Open Visual Studio 2022 Enterprise.
Navigate to Extensions > Manage Extensions.
Search for "WPF UI" and select the extension.
Click on Install to install version 4.0.2.
The installation process fails with the following error message:

`This extension cannot be installed because the following references are missing:

  • Microsoft.NetCore.Component.Runtime.9.0
  • Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites
  • Microsoft.VisualStudio.Component.CoreEditor`

Expected behavior

The WPF UI extension should install successfully without any errors.

Screenshots

Image

OS version

Windows 11 Pro
Version: 23H2

.NET version

Both .NET 8 SDK and .NET 9 SDK are installed on the system.

WPF-UI NuGet version

4.0.2

Additional context

Could you please investigate this issue and provide guidance on how to resolve it? Alternatively, consider updating the installer to handle these dependencies more robustly. If there are specific prerequisites or configurations needed for the successful installation of the WPF UI extension, kindly document them clearly.

Thank you for your attention to this matter. I look forward to your response.

@fkitsantas fkitsantas added the bug Something isn't working label Mar 3, 2025
@pomianowski
Copy link
Member

#1369 duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants