Installation problem of TeeChart for .NET 2014

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jsh2
Newbie
Newbie
Posts: 3
Joined: Tue Jan 27, 2015 12:00 am

Installation problem of TeeChart for .NET 2014

Post by jsh2 » Tue Jan 27, 2015 3:15 pm

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.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Installation problem of TeeChart for .NET 2014

Post by Christopher » Thu Jan 29, 2015 1:52 pm

Which type of MSVC project are you using?

In VS2013 I have the following:
msvc.PNG
msvc.PNG (2.93 KiB) Viewed 8541 times
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

jsh2
Newbie
Newbie
Posts: 3
Joined: Tue Jan 27, 2015 12:00 am

Re: Installation problem of TeeChart for .NET 2014

Post by jsh2 » Fri Jan 30, 2015 4:45 am

I have a net version of TeeChart.
My project type is C# Winform Application or WPF Application.

Thanks.

jsh2

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Installation problem of TeeChart for .NET 2014

Post by Narcís » Fri Jan 30, 2015 8:30 am

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.
Best Regards,
Narcís Calvet / 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

jsh2
Newbie
Newbie
Posts: 3
Joined: Tue Jan 27, 2015 12:00 am

Re: Installation problem of TeeChart for .NET 2014

Post by jsh2 » Fri Jan 30, 2015 1:24 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Installation problem of TeeChart for .NET 2014

Post by Narcís » Fri Jan 30, 2015 2:33 pm

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.
Best Regards,
Narcís Calvet / 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