valid license
Posted: Fri Dec 03, 2010 1:14 am
Hi.
I did this:
<Window x:Class="TeeChart.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006 ... esentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300"
xmlns:my="clr-namespace:Steema.TeeChart.WPF;assembly=TeeChart.WPF">
<DockPanel>
<my:TChart></my:TChart>
</DockPanel>
</Window>
And I got this following error:
{"An instance of type 'Steema.TeeChart.WPF.TChart' was being created, and a valid license could not be granted for the type 'Steema.TeeChart.WPF.TChart'. Please, contact the manufacturer of the component for more information."}
How I can resolve this?
I did this:
<Window x:Class="TeeChart.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006 ... esentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300"
xmlns:my="clr-namespace:Steema.TeeChart.WPF;assembly=TeeChart.WPF">
<DockPanel>
<my:TChart></my:TChart>
</DockPanel>
</Window>
And I got this following error:
{"An instance of type 'Steema.TeeChart.WPF.TChart' was being created, and a valid license could not be granted for the type 'Steema.TeeChart.WPF.TChart'. Please, contact the manufacturer of the component for more information."}
How I can resolve this?