An error while installing Syncfusion.Tools.WPF 26.1.40

Severity Code Description Project File Line Suppression State Details

Error NU1605 Warning As Error: Detected package downgrade: Syncfusion.Shared.WPF from 26.1.40 to 26.1.38. Reference the package directly from the project to select a different version.

 SyncfusionWpfDropdownTest -> Syncfusion.Tools.WPF 26.1.40 -> Syncfusion.Shared.WPF (>= 26.1.40)

 SyncfusionWpfDropdownTest -> Syncfusion.Shared.WPF (>= 26.1.38) SyncfusionWpfDropdownTest C:\Users\vorlk\Documents\TradingApp\Code\SyncfusionWpfDropdownTest\SyncfusionWpfDropdownTest.csproj 1



1 Reply 1 reply marked as answer

KV Kesavaraman Venkadesan Syncfusion Team July 9, 2024 12:06 PM UTC

Hi Kook,

Thank you for reaching out. We have thoroughly reviewed the issue you reported regarding the package installation. We attempted to install the Syncfusion.Tools.WPF package and were able to install the package without any issues.

However, we were able to reproduce the issue you described when Syncfusion.Shared.WPF is installed at a lower version (26.1.38) already in the project. Then attempting to install the Syncfusion.Tools.WPF package in version 26.1.40 afterward, the reported issue occurs.

Root Cause:

We suspect that Syncfusion.Shared.WPF is installed at a lower version (26.1.38) in your project already, while Syncfusion.Tools.WPF requires Syncfusion.Shared.WPF version 26.1.40. This version conflict causes the installation error.

If you have installed Syncfusion.Shared.WPF at version 26.1.38 already in your project and then tried to install the Syncfusion.Tools.WPF package in version 26.1.40, please follow the workaround steps below to resolve the issue.

Workaround:

To resolve this issue, please update the Syncfusion.Shared.WPF package to version 26.1.40. You can do this by following these steps:

  1. Open the Package Manager Console in Visual Studio.
  2. Run the following command:

Update-Package Syncfusion.Shared.WPF -Version 26.1.40

  1. Now, install the Syncfusion.Tools.WPF package version 26.1.40. It should install without any issues. Run the following command to install:

Install-Package Syncfusion.Tools.WPF -Version 26.1.40


If you have not installed the Syncfusion.Shared.WPF package at version 26.1.38 already in your project, but still experiencing this issue, please provide additional details to investigate the issue further:

  1. What type of project are you working on?
  2. Which platform are you using?
  3. Please share your project file and share your package.config file.
  4. Please share us the NuGet.config file from below location:

C:\Users\USERNAME\AppData\Roaming\NuGet

  1. If you have a NuGet.config file configured with your project, please also share that file.


Regards,

V. Kesavaraman




Marked as answer
Loader.
Up arrow icon