The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello,
I have an application that users a number of custom controls. These custom controls make use of GridGrouping control.
I got the following error whilst running the app on a user''s machine:
"Error in FormPortfolioPosition_Load; The located assembly''s manifest definition with name ''Syncfusion.Grid.Grouping'' does not match the assembly reference."
I''ve checked and licensing file is in project. Do you have any ideas about this?
Incidently, there was an old version of Syncfusion.Grouping.dll in the same folder as the EXE
Thanks
Jason
ADAdministrator Syncfusion Team August 4, 2004 06:19 PM UTC
I think you should just make sure all your components and the library are linked to the same library. Best is a rebuild all for each of them.
When you run your app in debug mode you will see in the output window of the VS Ide which assemblies are picked up. There you can also see if it picks up a wrong grouping.dll assembly.
Stefan