Not seeing my TeeChart components in the toolbox

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jooster
Newbie
Newbie
Posts: 11
Joined: Fri Nov 12, 2010 12:00 am

Not seeing my TeeChart components in the toolbox

Post by jooster » Wed Oct 12, 2011 11:47 pm

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

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

Re: Not seeing my TeeChart components in the toolbox

Post by Sandra » Thu Oct 13, 2011 10:05 am

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,
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

jooster
Newbie
Newbie
Posts: 11
Joined: Fri Nov 12, 2010 12:00 am

Re: Not seeing my TeeChart components in the toolbox

Post by jooster » Thu Oct 13, 2011 2:22 pm

Adding the X86 libraries worked, thanks! Funny the installer didn't do this...

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

Re: Not seeing my TeeChart components in the toolbox

Post by Sandra » Fri Oct 14, 2011 6:50 am

Hello jooster,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply