Page 1 of 1

about licenses.licx

Posted: Tue Apr 12, 2011 5:37 pm
by 15658830
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...

Re: about licenses.licx

Posted: Wed Apr 13, 2011 8:43 am
by 10050769
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,

Re: about licenses.licx

Posted: Thu Apr 14, 2011 5:39 am
by 15658830
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.

Re: about licenses.licx

Posted: Thu Apr 14, 2011 11:04 am
by 10050769
Hello wrop,

I am glad that solution solve your problem :).

Thanks,

Re: about licenses.licx

Posted: Tue Aug 30, 2011 11:54 am
by 9642362
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?

Re: about licenses.licx

Posted: Tue Aug 30, 2011 1:25 pm
by narcis
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.