Installation problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
CThompson
Newbie
Newbie
Posts: 2
Joined: Mon Feb 14, 2011 12:00 am

Installation problem

Post by CThompson » Mon Feb 14, 2011 9:37 pm

I downloaded and ran the binary install program for VS 2010 (TeeChartNet2010VSNET2010_4.0.2011.02083.exe). Everything appeared to go OK, including merging the Help files. There was even a dialog indicating that the installation was complete/successful (I can't remember the exact wording). However, if I try to run the Feature Demo by clicking the Windows 7 Start button and selecting the icon in the Steema TeeChart for .Net 2010 folder, I get a brief hourglass, and the demo never runs. More importantly, TeeChart was not added to the toobox in VS 2010. I tried uninstalling and reinstalling, but I got the same non-working result.

I'm running Windows 7 Enterprise (64 bit) and VS 2010 Professional. Do I need to use a different installer? I noticed what appears to be a 64-bit installer (TeeChartNET2010x64_4.0.2011.02081.exe), but the file size is only ~ 5 Mb.

Please advise how to get things working!

Thanks,
Chris

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem

Post by Sandra » Wed Feb 16, 2011 9:58 am

Hello Chris,

I could reproduce your problem using last version of TeeChart.Net 2010 and windows 7 (x64) and I recommend take a look in this thread where explain how you do to solve the problem.

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / 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

CThompson
Newbie
Newbie
Posts: 2
Joined: Mon Feb 14, 2011 12:00 am

Re: Installation problem

Post by CThompson » Wed Feb 23, 2011 12:34 am

I was able to load, compile, and run the demo project from VS 2010. Also, I was able to manually add a TChart tab with TChart components to the VS toolbox using information in the referenced thread. This is good--thanks for the help.

However, when I created a new project, added a TChart to the form, and tried to compile the program, I got the following 2 warnings and an error:

Warning 1 The referenced assembly "TeeChart, Version=4.0.2011.2083, Culture=neutral, PublicKeyToken=9c8126276c77bdb7, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project. TeeChartTest

Warning 2 The referenced assembly "TeeChart, Version=4.0.2011.2083, Culture=neutral, PublicKeyToken=9c8126276c77bdb7, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project. TeeChartTest

Error 3 Unable to resolve type 'Steema.TeeChart.TChart, TeeChart, Version=4.0.2011.2083, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' C:\Chris\Prog\CSharp2010\TeeChartTest\TeeChartTest\Properties\licenses.licx 1 TeeChartTest

My simple test program was targeting the .Net Framework 4 Client Profile (the default for my current system). Things worked fine when I changed the target to the .Net Framework 4. Do you know why the Client Profile doesn't work? Do I need to adjust my installation, or is the Client Profile not supported?

Thanks,
Chris

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem

Post by Sandra » Wed Feb 23, 2011 11:57 am

Hello Chris,
Do you know why the Client Profile doesn't work? Do I need to adjust my installation, or is the Client Profile not supported?
The .NET Framework 4 Client Profile is a subset of the .NET Framework 4 that is optimized for client applications. Latest versions of TeeChart have incorporated a .dll compiled in .Net Framework 4 Client Profile called TeeChart.Client.dll that allow create Client Profile applications. If you want work with client profile you need add in reference folder TeeChart.Client.dll instead of TeeChart.dll.

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / 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

Post Reply