How to install .Net to C# Borland 2006

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Harald2486
Newbie
Newbie
Posts: 2
Joined: Mon Oct 09, 2006 12:00 am

How to install .Net to C# Borland 2006

Post by Harald2486 » Mon Oct 09, 2006 8:27 pm

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

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

Post by Narcís » Tue Oct 10, 2006 8:01 am

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.
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

Harald2486
Newbie
Newbie
Posts: 2
Joined: Mon Oct 09, 2006 12:00 am

Post by Harald2486 » Tue Oct 10, 2006 8:49 am

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

Post Reply