Page 1 of 1

Version 4.1.2015.08060 and VS 2012

Posted: Fri Oct 30, 2015 8:22 am
by 15670607
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

Re: Version 4.1.2015.08060 and VS 2012

Posted: Mon Nov 02, 2015 11:16 am
by Christopher
cjherasmus wrote: My environment is: Windows 7, VS 2012, .NET4.0
The TeeChart.Silverlight.dll under:
%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.

Re: Version 4.1.2015.08060 and VS 2012

Posted: Wed Nov 04, 2015 9:41 am
by 15670607
Thank you Christopher