Resolving mismatch Framework assembly version issue in the WPF NuGet packages
When installing the Syncfusion® WPF NuGet packages version 17.4.0.49 or 17.4.0.50 from NuGet.org, a reference assembly may be added alongside another framework assembly. This can result in a version conflict within the application.
• Syncfusion.SfChart.WPF
• Syncfusion.SfBusyIndicator.WPF
• Syncfusion.SfShared.WPF
The application referring the wrong Framework assembly as
following,
To resolve this mismatch Framework assembly version reference, please follow the following steps:
- Download the SyncfusionPackages-17.4.0.50 or SyncfusionPackages-17.4.0.49 and extract the zip file.
- Run the start.bat file to replace the modified Syncfusion® packages into the NuGet cache location.
- Uninstall the above NuGet packages from the application.
- Remove bin and obj folder in the application location.
- Again, install those packages with 17.4.0.50 or 17.4.0.49 from NuGet.org, and now the corresponding framework assembly is added into the application.