Hi Mel,
Thanks for using Syncfusion products.
The reported issue will be occurred when the assemblies in the project are referred with different versions or mismatch versions in the assemblies. So, ensure that whether the PublickKeyToken for the assemblies are referred with same version. If the version of the assemblies is mismatching, please follow the below steps to resolve the issue,
Suggestion 1
- Open you project in Notepad.
- Check whether any key tokens are referring for the Syncfusion dlls. If yes, remove that key tokens of all Syncfusion assemblies. Please refer to the below code example.
- Code example
|
<Reference Include=" Syncfusion.Tools.Windows, Version= 15.4460.0.20, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"/>
<!--</Change the above code like as below for all the assemblies>-->
<Reference Include=" Syncfusion.Tools.Windows "/> |
Suggestion 2:
- Select all the Syncfusion assemblies from project reference and open the property window (Alt + Enter) for selected assemblies.
- Change the specific version as false using property window.
- Now, clean and rebuild your project.
Please let us know, if you have any other queries.
Regards,
Arulpriya