VS 2010 Client Profile
Posted: Mon Dec 06, 2010 10:34 am
Hello
please change TeeChart\Data\DataChart.cs
method
static private void FillSourcesReflection(Styles.Series s, ComboBox c)
to something like this :
#if !VS2010CLIENTPROFILE
static private void FillSourcesReflection(Styles.Series s, ComboBox c)
{
........
}
#endif
to enable compile source code to .net 4 client profile WPF version
thank you
please change TeeChart\Data\DataChart.cs
method
static private void FillSourcesReflection(Styles.Series s, ComboBox c)
to something like this :
#if !VS2010CLIENTPROFILE
static private void FillSourcesReflection(Styles.Series s, ComboBox c)
{
........
}
#endif
to enable compile source code to .net 4 client profile WPF version
thank you