Upgraded to version 7.303.0.20 and getting error in compiling because of conflict between Syncfusion.Grouping.SourceListSet.Add(string, System.Collections.IEnumerable) and Syncfusion.Grouping.SourceListSet.Add(string, System.ComponentModel.IListSource)

I just upgraded to version 7.303.0.20 (.net framework 3.5) and I am getting the error below...


The call is ambiguous between the following methods or properties: 'Syncfusion.Grouping.SourceListSet.Add(string, System.Collections.IEnumerable)' and 'Syncfusion.Grouping.SourceListSet.Add(string, System.ComponentModel.IListSource)'

The specific code the is causing this error looks like this below...

_grid.Engine.SourceListSet.Add("Spot", _ds.Spot);
_grid.Engine.SourceListSet.Add("SpotRelation", _ds.SpotRelation);

... _ds in the snippet above is a dataset.

1 Reply

LS Lingaraj S Syncfusion Team March 4, 2010 02:54 PM UTC

Hi James,

Thank you for the update.

You have posted similar kind of issue in incident 65419. Please follow up with the incident(#65419).

Regards,
Lingaraj S.

Loader.
Up arrow icon