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...
about licenses.licx
Re: about licenses.licx
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,
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 |
Instructions - How to post in this forum |
Re: about licenses.licx
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.
yep, that was silly.
Thanks for your useful help.
Re: about licenses.licx
Hello wrop,
I am glad that solution solve your problem .
Thanks,
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 |
Instructions - How to post in this forum |
Re: about licenses.licx
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?
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?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: about licenses.licx
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.
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 |
Instructions - How to post in this forum |