Page 1 of 1

Not seeing my TeeChart components in the toolbox

Posted: Wed Oct 12, 2011 11:47 pm
by 15657842
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

Re: Not seeing my TeeChart components in the toolbox

Posted: Thu Oct 13, 2011 10:05 am
by 10050769
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,

Re: Not seeing my TeeChart components in the toolbox

Posted: Thu Oct 13, 2011 2:22 pm
by 15657842
Adding the X86 libraries worked, thanks! Funny the installer didn't do this...

Re: Not seeing my TeeChart components in the toolbox

Posted: Fri Oct 14, 2011 6:50 am
by 10050769
Hello jooster,

I am glad that your problem are solved :).

Thank you,