Hi
I'm unable to use the .NET 4.0 Teechart.Silverlight library in a new Silverlight 4.0 project. To add the components in VS2012 I get this message: "The following control were successfully added to the toolbox but are not enabled in the active designer."
When I use the library in an existing project, I get errors when compiling referring to Steema namespace not recognized.
My environment is: Windows 7, VS 2012, .NET4.0
Regards
Version 4.1.2015.08060 and VS 2012
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Version 4.1.2015.08060 and VS 2012
The TeeChart.Silverlight.dll under:cjherasmus wrote: My environment is: Windows 7, VS 2012, .NET4.0
%programfiles(x86)%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.08060\net35\x86
is built for Silverlight 4.0. If net35 is not installed on your machine you can install it by running the installer again into a new folder and selecting the checkbox which enables all assembly versions to be installed.
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 |
-
- Newbie
- Posts: 6
- Joined: Tue Nov 04, 2014 12:00 am
Re: Version 4.1.2015.08060 and VS 2012
Thank you Christopher