We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Upgraded to ver 7.303.0.20 and error in compiling because of conflict between SourceListSet.Add(string, IEnumerable) and SourceListSet.Add(string, 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

RC Rajadurai C Syncfusion Team March 4, 2010 09:02 AM UTC

Hi James,

Thanks for your interest in Syncfusion Products.

It seems you have submitted similar inquiry as Incident (#65419) in Direct Trac for which response has been provided from our side. Please followup with that incident for any further queries regarding this.

Thank you for using Syncfusion Products.

Regards,
Rajadurai

Loader.
Live Chat Icon For mobile
Up arrow icon