Articles in this section
Category / Section

How to get compiler error message in reference to the required assembly?

1 min read

 

The reason a new application throws this 'Compiler Error' is because the VS.NET Designer does not add the references to the other assemblies that are used.

Dragging-and-dropping the GridGroupingControl to a WebForm, adds references to the following assemblies in addition to the Syncfusion.Grid.Grouping.Web to your project:

  • Syncfusion.Core
  • Syncfusion.Grid.Windows
  • Syncfusion.Grouping.Base
  • Syncfusion.Grouping.Web
  • Syncfusion.Shared.Base
  • Syncfusion.Shared.Web

This is because the grid uses certain types defined in the above assemblies. For the same reason make sure to add the lines references to the aspx file, just so the designer will find the types in these assemblies when referenced.

Note that you might have to change the version number in the tags to whatever version you are linking to.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied