Page 1 of 1
How to install .Net to C# Borland 2006
Posted: Mon Oct 09, 2006 8:27 pm
by 9642673
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
Posted: Tue Oct 10, 2006 8:01 am
by narcis
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.
Posted: Tue Oct 10, 2006 8:49 am
by 9642673
Hi NarcĂs,
I used the .Net Vesion of TeeChart but not the 2003 one.
After installing the 2003 it works fine.
Thanks.
BR
Harald