Hi,
I tried to install the TeeChart into C# from Borland, but I didn't find a way to do it. Adding the TeeChart.dll as a reference or assembly returns with an error that the dll isn't a valid assembly
How to install .Net to C# Borland 2006
-
- Newbie
- Posts: 2
- Joined: Mon Oct 09, 2006 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Harald2486,
To install TeeChart into C# Builder in BDS 2006 you should have TeeChart for .NET, not TeeChart v7 VCL which only works with VCL.NET projects. Also notice that BDS 2006 only support Microsoft .NET Framework v1.1 so you need to use TeeChart for .NET installer for Visual Studio 2003 since it is build with v1.1 .NET Framework, installer for VS 2005 is build with v2.0 .NET Framework and won't work in BDS 2006.
Having that in mind you should go to "Component" menu, "Installed .NET Components", go to ".NET Components" tab, press "Select an Assembly ..." button, browse for TeeChart.dll. Then you can also go to "Assembly Search Paths" tab and add TeeChart.dll's path to the "Search Paths" list. Finally press "OK" button. This should add TeeChart for .NET into the ToolBox for C# Builder projects.
To install TeeChart into C# Builder in BDS 2006 you should have TeeChart for .NET, not TeeChart v7 VCL which only works with VCL.NET projects. Also notice that BDS 2006 only support Microsoft .NET Framework v1.1 so you need to use TeeChart for .NET installer for Visual Studio 2003 since it is build with v1.1 .NET Framework, installer for VS 2005 is build with v2.0 .NET Framework and won't work in BDS 2006.
Having that in mind you should go to "Component" menu, "Installed .NET Components", go to ".NET Components" tab, press "Select an Assembly ..." button, browse for TeeChart.dll. Then you can also go to "Assembly Search Paths" tab and add TeeChart.dll's path to the "Search Paths" list. Finally press "OK" button. This should add TeeChart for .NET into the ToolBox for C# Builder projects.
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 |
-
- Newbie
- Posts: 2
- Joined: Mon Oct 09, 2006 12:00 am