Page 1 of 1
Installation problem of TeeChart for .NET 2014
Posted: Tue Jan 27, 2015 3:15 pm
by 16071320
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.
Re: Installation problem of TeeChart for .NET 2014
Posted: Thu Jan 29, 2015 1:52 pm
by Christopher
Which type of MSVC project are you using?
In VS2013 I have the following:
- msvc.PNG (2.93 KiB) Viewed 8544 times
Re: Installation problem of TeeChart for .NET 2014
Posted: Fri Jan 30, 2015 4:45 am
by 16071320
I have a net version of TeeChart.
My project type is C# Winform Application or WPF Application.
Thanks.
jsh2
Re: Installation problem of TeeChart for .NET 2014
Posted: Fri Jan 30, 2015 8:30 am
by narcis
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.
Re: Installation problem of TeeChart for .NET 2014
Posted: Fri Jan 30, 2015 1:24 pm
by 16071320
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
Re: Installation problem of TeeChart for .NET 2014
Posted: Fri Jan 30, 2015 2:33 pm
by narcis
Hi JSH2,
jsh2 wrote:
Can't I use TeeChart 64 bit version?
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.