Resolving mismatch Framework assembly version issue in the WPF NuGet packages
When installing Syncfusion® WPF NuGet packages version 33.1.0.46 or 33.1.0.47 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
The application is referring to the wrong Framework assembly as
shown below,
To resolve the mismatch Framework assembly version reference, please follow the following steps:
- Download either SyncfusionPackages-33.1.0.46 or SyncfusionPackages-33.1.0.47 and extract the zip file.
- Run the start.bat file to replace the modified Syncfusion® packages into the NuGet cache location.
- Uninstall the previously installed NuGet packages from the application.
- Delete the bin and obj folders from the application directory.
- Reinstall the packages from NuGet.org using version 33.1.0.46 or 33.1.0.47. The corresponding framework assemblies will now be correctly added to the application.