I have a fresh, new shiney Win7/64bit machine and installed TeeChart (TeeChartNET2011_4.1.2011.07280.exe) on it but see no TeeChart components in my Visual Studio 2010 toolbox. Attempting to set this up manually (through choose items...) gives me an error: TeeChart.dll is not a microsoft .NET module. Attempting to load it as a COM module also gives me an error: TeeChart.tlb could not be loaded.
I tried this before and after running TeeRegV2010.exe both with the same result.
When I fire up the demo app "Feature Demo", it appears to run without issue.
Ideas?
Joost
Not seeing my TeeChart components in the toolbox
Re: Not seeing my TeeChart components in the toolbox
Hello Joost,
You only use TeeChart.dll of x64 when run and compile your project. If you want works in design time you need add assembly of TeeChart x86. Please can do something as next:
1.- Click with button Right and select Choose the items
2.- Click the Browse button and select TeeChart.dll of folder where you have installed x86 assembly of TeeChartFor.Net
3.- Select Chart and add it in the form.
4.- Select references folder and change TeeChart x86 assembly to x64 assembly.
5.- Try to compile again your project.
Can you confirm us if your problem is solved?
I hope will helps.
Thanks,
You only use TeeChart.dll of x64 when run and compile your project. If you want works in design time you need add assembly of TeeChart x86. Please can do something as next:
1.- Click with button Right and select Choose the items
2.- Click the Browse button and select TeeChart.dll of folder where you have installed x86 assembly of TeeChartFor.Net
3.- Select Chart and add it in the form.
4.- Select references folder and change TeeChart x86 assembly to x64 assembly.
5.- Try to compile again your project.
Can you confirm us if your problem is solved?
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: Not seeing my TeeChart components in the toolbox
Adding the X86 libraries worked, thanks! Funny the installer didn't do this...
Re: Not seeing my TeeChart components in the toolbox
Hello jooster,
I am glad that your problem are solved .
Thank you,
I am glad that your problem are solved .
Thank you,
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 |