valid license

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Tenaris
Newbie
Newbie
Posts: 10
Joined: Thu Nov 25, 2010 12:00 am

valid license

Post by Tenaris » 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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: valid license

Post by Narcís » Fri Dec 03, 2010 8:13 am

Hi Tenaris,

This problem indicates that the designtime license was not properly installed. To check and confirm that you should follow the steps I described here.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Tenaris
Newbie
Newbie
Posts: 10
Joined: Thu Nov 25, 2010 12:00 am

Re: valid license

Post by Tenaris » Fri Dec 03, 2010 6:33 pm

Hi Narcís

I check your steps, but in the number 1(to generate the Licenses.licx File), when I drag a Chart from the Tool palette onto any of my project's windows, I have this following error:

"An instance of type 'Steeme.TeeChart.WPF.TChart' was being created, and a valid license could not be granted for the 'Steema.TeeChart.WPF.TChart'. Please, contact the manufacturer of the component for more information"

Tenaris
Newbie
Newbie
Posts: 10
Joined: Thu Nov 25, 2010 12:00 am

Re: valid license

Post by Tenaris » Mon Dec 06, 2010 10:13 pm

I was using the WPF evaluation version:
TeeChartNET2010VSNETWPFEval_4.0.2010.27965

I bought the license after and Install this version:
TeeChartNET2010VSNETWPF_4.1.2010.11301.exe

This installer don´t create any Key in my registry.

So, when I try to drag a Chart from the Tool palette onto any of my project's windows, I have this following error:

"An instance of type 'Steema.TeeChart.WPF.TChart' was being created, and a valid license could not be granted for the 'Steema.TeeChart.WPF.TChart'. Please, contact the manufacturer of the component for more information"

When this did not work, I did the following:
.Clean registry before installing.
.install in another computer without any version of steema.
and any of this worked.

How Can I resolve this?
Thanks in advance!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: valid license

Post by Narcís » Tue Dec 07, 2010 8:33 am

Hi Tenaris,

Try using the TeeRegister tool available at the client area to make sure the designtime license is properly insatlled on your machine.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply