Hi there,
I'm just setting up a new developments machine and cant seem to get the lastest version to tchart to install properly. The machine is running Win 7 64 bit and I'm using VS2010.
I downloaded the latest installer 4.1.2012.2283.
Ran the setup, and it all appeared to work ok except VS doesn't show any of the tchart components in the toolbox.
I added a reference to
C:\Program Files (x86)\Steema Software\Steema TeeChart for .NET 2012 4.1.2012.02280\net40\x64\TeeChart.dll
then added this to the toolbox items, the items show in the toolbox but when I drag TChart to a windows form nothing happens.
have I missed something here?
Problems installing 4.1.2012.2283
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Problems installing 4.1.2012.2283
Hi Captell,
What about manually adding the same TeeChart.dll reference to your prjoect? Does this lets TeeChart components being added to your forms?
Thanks in advance.
What about manually adding the same TeeChart.dll reference to your prjoect? Does this lets TeeChart components being added to your forms?
Thanks in advance.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Problems installing 4.1.2012.2283
Hi Captell,
Sorry, my bad. I had forgotten that there's no design-time support for TeeChart x64 assemblies. You should develop your applications using the x86 assemblies and switch to the x64 bit assemblies when compiling 64-bit native applications.
Sorry, my bad. I had forgotten that there's no design-time support for TeeChart x64 assemblies. You should develop your applications using the x86 assemblies and switch to the x64 bit assemblies when compiling 64-bit native applications.
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 |