I'm trying to add TeeChart to the toolbox in the x64 version of VS 2010 running under Win 7 and it keeps telling me that TeeChart.dll is not a .NET module. What am I doing wrong?
BTW, there don't appear to be any installation instructions in the version I've downloaded.
Adding Teechart to toolbox
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Adding Teechart to toolbox
Hi anaesthesia,
TeeChart's x64 build is not to be used at design-time. It's only to be used when building your applications for generating x64 native applications. For using at design-time you should use the binary installer specific for your IDE.
TeeChart's x64 build is not to be used at design-time. It's only to be used when building your applications for generating x64 native applications. For using at design-time you should use the binary installer specific for your IDE.
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: 3
- Joined: Thu May 20, 2010 12:00 am
Re: Adding Teechart to toolbox
I'm still having problems...
I've completely unistalled Teechart, and now I've tried the following:
1. Execute TeeChartNET2010VSNET2010_4.0.2010.13053.exe
This comes up with a consistent error "ToolBoxEditor2010 has stopped working" followed by various error messages about help editor and tells me that I've only partially installed the product.
2. I then execute TeeRegV2010.exe
Which tells me that the "Key Installed successfully".
3. I then run VS 2010 and select choose items. (The Steema Teechart Items appear checked in the list but are not in the toolbox). I now find that I can't add them to any tab by unchecking and chercking them.
My OS is Win 7 Ultimate 64 Bit and VS 2010. Both have all the latest updates installed.
I've completely unistalled Teechart, and now I've tried the following:
1. Execute TeeChartNET2010VSNET2010_4.0.2010.13053.exe
This comes up with a consistent error "ToolBoxEditor2010 has stopped working" followed by various error messages about help editor and tells me that I've only partially installed the product.
2. I then execute TeeRegV2010.exe
Which tells me that the "Key Installed successfully".
3. I then run VS 2010 and select choose items. (The Steema Teechart Items appear checked in the list but are not in the toolbox). I now find that I can't add them to any tab by unchecking and chercking them.
My OS is Win 7 Ultimate 64 Bit and VS 2010. Both have all the latest updates installed.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Adding Teechart to toolbox
Hi anaesthesia,
Your project may be set to target a Client Profile framework. Go to Project menu -> Open project properties window, go to Application tab -> Target framework and select .NET Framework 4 (or desired full framework, not Client Profile).
Does this solve the problem for you?
Your project may be set to target a Client Profile framework. Go to Project menu -> Open project properties window, go to Application tab -> Target framework and select .NET Framework 4 (or desired full framework, not Client Profile).
Does this solve the problem for you?
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: 3
- Joined: Thu May 20, 2010 12:00 am
Re: Adding Teechart to toolbox
I'm afraid it doesn't.
When I look at the 'Choose Items' dialog, the Steema components are listed and checked, However, they do not appear in the toolbox unless 'Show All' is checked - in which case they are greyed out.
I am using Framework 3.5.
Andy
When I look at the 'Choose Items' dialog, the Steema components are listed and checked, However, they do not appear in the toolbox unless 'Show All' is checked - in which case they are greyed out.
I am using Framework 3.5.
Andy
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Adding Teechart to toolbox
Hi Andy,
Thanks for the info.
Hope this helps!
Thanks for the info.
That's the problem then. In that case you should either set your project to target .NET Framework 4.0 or use TeeChart for .NET 2010 assemblies for VS2008 which work fine with .NET Framework 3.5.I am using Framework 3.5.
Hope this helps!
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 |