Category / Section
Resolving mismatch Framework assembly version issue in the WPF NuGet packages
1 min read
The reference assembly has been added with another Framework assembly when installing the following Syncfusion WPF NuGet packages with the version of 17.4.0.50 or 17.4.0.49 from NuGet.org into the application. It leads to the version conflict.
• 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 the NuGet.org and now the corresponding Framework assembly added into the application.