This question is locked. New answers and comments are not allowed.
Hi,
inside my gridview with the definition columns,
inside my gridview with the definition columns,
<Grid x:Name="LayoutRoot">
<telerikGridView:RadGridView>
<telerikGridView:RadGridView.Columns>
</telerikGridView:RadGridView.Columns>
</telerikGridView:RadGridView>
</Grid>
and I get compile error message
The "ValidateXaml" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=2.0.5.0, Culture=neutral, PublicKey Token= 7cec85d7bea7798e' or one of its dependencies. etc.
If I remove the columns definition then it compiles successful.
<Grid x:Name="LayoutRoot">
<telerikGridView:RadGridView>
</telerikGridView:RadGridView>
</Grid>
Currently, I have silverlight 3 & Radcontrol Q 2. May I have your suggestion?
Regards,
Duy