This is a migrated thread and some comments may be shown as answers.

reference conversion.

0 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sahil
Top achievements
Rank 1
Sahil asked on 18 Jan 2013, 01:41 PM

var a =  Manager.Current.ActiveBrowser.Find.ByExpression<DataGridFrozenGrid>("Root");

this statmenet is giving me the error like "The type 'ArtOfTest.WebAii.Silverlight.UI.DataGridFrozenGrid' cannot be used as type parameter 'TControl' in the generic type or method 'ArtOfTest.WebAii.Core.Find.ByExpression<TControl>(params string[])'. There is no implicit reference conversion from 'ArtOfTest.WebAii.Silverlight.UI.DataGridFrozenGrid' to 'ArtOfTest.WebAii.Controls.Control'."

now how to resolve this issue.

Regards,
Sahil Aggarwal

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Sahil
Top achievements
Rank 1
Share this question
or