Hello,
I have been installed the "TeeChart for .NET 2014 4.1" on the windows 7, 64bit.
But there are no teechart components in the toolbox of msvc2013.
What should I do to use the net components of teechart?
jsh2.
Installation problem of TeeChart for .NET 2014
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Installation problem of TeeChart for .NET 2014
Which type of MSVC project are you using?
In VS2013 I have the following:
In VS2013 I have the following:
Best Regards,
Christopher Ireland / 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: Installation problem of TeeChart for .NET 2014
I have a net version of TeeChart.
My project type is C# Winform Application or WPF Application.
Thanks.
jsh2
My project type is C# Winform Application or WPF Application.
Thanks.
jsh2
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Installation problem of TeeChart for .NET 2014
Hi jsh2,
Thanks for your reply. When you mentioned MSVC we thought you wanted to create a C++ project.
If you are creating a C# WinForms application and components failed to be automatically installed in the toolbox you can install them manually as I explained in this thread.
For WPF applications, there's no design-time support. You should add TeeChart.WPF components as shown in the WPF demo project available at the \Examples\DemoProjectWPF folder under the TeeChart installation.
Thanks for your reply. When you mentioned MSVC we thought you wanted to create a C++ project.
If you are creating a C# WinForms application and components failed to be automatically installed in the toolbox you can install them manually as I explained in this thread.
For WPF applications, there's no design-time support. You should add TeeChart.WPF components as shown in the WPF demo project available at the \Examples\DemoProjectWPF folder under the TeeChart installation.
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 |
Re: Installation problem of TeeChart for .NET 2014
Hi,
When I register the TeeChart.dll of the "C:\Program Files (x86)\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.12150\net451\x64\" direcoty, an error occurs.
When I register the TeeChart.dll of the "..\net451\86\" direcoty, it's O.K.
My windows system is 64 bits.
Can't I use TeeChart 64 bit version?
Thanks.
JSH2
When I register the TeeChart.dll of the "C:\Program Files (x86)\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.12150\net451\x64\" direcoty, an error occurs.
When I register the TeeChart.dll of the "..\net451\86\" direcoty, it's O.K.
My windows system is 64 bits.
Can't I use TeeChart 64 bit version?
Thanks.
JSH2
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Installation problem of TeeChart for .NET 2014
Hi JSH2,
Not at design-time, it only supports run-time. You should use x86 assemblies at design-time and switch project references to x64 assemblies when you compile a 64-bit specific application.jsh2 wrote: Can't I use TeeChart 64 bit version?
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 |