about licenses.licx

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
wpro
Newbie
Newbie
Posts: 2
Joined: Wed Mar 23, 2011 12:00 am

about licenses.licx

Post by wpro » Tue Apr 12, 2011 5:37 pm

I hate to ask about such a basic question but I'm just getting started with the .NET package.

after reading through some of the related forum entries, I'm still not sure how to solve it.
The problem comes from simply from creating a Windows Form application, dropping the TChart tool on the form and just compiling... I get the error below from the licenses.licx file.

Error 3 Unable to resolve type 'Steema.TeeChart.TChart, TeeChart, Version=4.0.2011.2083, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'


The DemoProject loads, builds, runs fine from the VS2010 IDE.

my setup -
VS2010 .NET application
Win 7 install, 64-bit

Sorry if I'm missing something obvious. thanks. Jack...

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: about licenses.licx

Post by Sandra » Wed Apr 13, 2011 8:43 am

Hello Jack,

The problem could be caused target of framework. Please following steps to check .Net Frameworks 4 isn't client profile:

1- Right button in project propierties
2- Select tab applications/target framework
Check it is .Net Framework 4, if it isn't .Net Framework 4 please change it and try again compiled your applications.

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / 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

wpro
Newbie
Newbie
Posts: 2
Joined: Wed Mar 23, 2011 12:00 am

Re: about licenses.licx

Post by wpro » Thu Apr 14, 2011 5:39 am

Sandra, that was it - I didn't expect .NET 4 Client to be the default configuration, now I know what to look for.
yep, that was silly.

Thanks for your useful help.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: about licenses.licx

Post by Sandra » Thu Apr 14, 2011 11:04 am

Hello wrop,

I am glad that solution solve your problem :).

Thanks,
Best Regards,
Sandra Pazos / 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

ido
Newbie
Newbie
Posts: 19
Joined: Thu Aug 31, 2006 12:00 am

Re: about licenses.licx

Post by ido » Tue Aug 30, 2011 11:54 am

I have a similar problem.
Only when trying to build my application using TFS 2010 BuildServer, I get the following error:
Properties\licenses.licx (1): Unable to resolve type 'Steema.TeeChart.TChart, TeeChart, Version=2.0.2306.26232, Culture=neutral, PublicKeyToken=9c8126276c77bdb7'

how can I fix this problem?

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

Re: about licenses.licx

Post by Narcís » Tue Aug 30, 2011 1:25 pm

Hi ido,

This is probably that the design-time license is not properly installed on that machine. You can check it as I described here and, if necessary, follow the steps here.

Hope this helps.
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