TeeChart .Net V3 in VS2005 on Win7 X64

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
porterbe
Newbie
Newbie
Posts: 18
Joined: Wed Oct 17, 2007 12:00 am

TeeChart .Net V3 in VS2005 on Win7 X64

Post by porterbe » Thu Sep 08, 2011 4:16 pm

I am attempting to get an application originally written in VS2005/.Net2 for XP to run under Win7 X64 to support a client who has changed his mind on which operating system he wants to use.

I have installed VS2005 + service packs on the Win7 X64 machine, and TeeChartNET3VSNET2005.exe. This ran fine until it attemtped to integrate with VS2005, at which point it generated an error
TeeGofer Help2 Registration Utility has stopped working
Accepting this error allowed the installer to complete.

Opening the application I need to compile in VS2005 works fine, but the compilation fails with an error
Exception occurred creating type 'Steema.TeeChart.TChart, TeeChart, Version=3.5.3498.27367, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' System.ComponentModel.LicenseException: An instance of type 'Steema.TeeChart.Chart' was being created, and a valid license could not be granted for the type 'Steema.TeeChart.Chart'. Please, contact the manufacturer of the component for more information. C:\Users\porterbe\Documents\Visual Studio 2005\Projects\WindowsApplication2\WindowsApplication2\Properties\licenses.licx
I closed that solution and opened a new project, with a single form. I dragged a TeeChart from the toolbar onto the form, and can quite happily edit it in the design environment. However, compilation fails with the same error. This application has a licences.licx file, containing the following:

Code: Select all

Steema.TeeChart.TChart, TeeChart, Version=3.5.3498.27367, Culture=neutral, PublicKeyToken=9c8126276c77bdb7
I'm sure I'm doing something stupid here, but I can't for the life of me see what. Any and all help appreciated.

Regards & TIA

Bernie

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

Re: TeeChart .Net V3 in VS2005 on Win7 X64

Post by Sandra » Fri Sep 09, 2011 10:01 am

Hello porterbe,

This is probably that the design-time license is not properly installed on that machine. You can check it as I described here and, if necessary, follow the steps here. Moreover, When you want compile to 64-bits, you need specific assembly x64 that you can find in the Download Customer page.

If previous suggestion, doesn't solve your problem, please let me know.

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

porterbe
Newbie
Newbie
Posts: 18
Joined: Wed Oct 17, 2007 12:00 am

Re: TeeChart .Net V3 in VS2005 on Win7 X64

Post by porterbe » Mon Sep 12, 2011 7:49 am

Thanks, Sandra.

All is now functioning properly :D

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

Re: TeeChart .Net V3 in VS2005 on Win7 X64

Post by Sandra » Mon Sep 12, 2011 1:53 pm

Hello porterbe,

I am glad that the your problem solved :).

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