Search found 8 matches

by Michael Breu
Wed Nov 02, 2011 7:18 pm
Forum: .NET
Topic: TeeChart.NET V3 Licensing Problem on Windows 7 64Bit
Replies: 3
Views: 5584

Re: TeeChart.NET V3 Licensing Problem on Windows 7 64Bit

Hello Sandra, Thank you for your prompt reply: This are my results: 1. Make sure that licenses.licx is built as an embedded resource in your project as told in tutorial 17. That is the case. 2. Reset your machine's AssemblyFolders entry as told here. There is no TeeChart specific entry in HKEY_CURRE...
by Michael Breu
Tue Nov 01, 2011 5:27 pm
Forum: .NET
Topic: TeeChart.NET V3 Licensing Problem on Windows 7 64Bit
Replies: 3
Views: 5584

TeeChart.NET V3 Licensing Problem on Windows 7 64Bit

Hello, We have a problem with licensing in Windows 7 64Bit. We have developped since 4 years an application on VS 2005. Now we have upgraded our development machines to Windows 7 64 Bit. We reinstalled VS2005 without major problems. However we get a licensing exception: WindowsApplication2>msbuild M...
by Michael Breu
Mon Jul 05, 2010 8:11 am
Forum: .NET
Topic: Teechart.NET in VS 2005 under Windows 7 (solved?)
Replies: 5
Views: 6377

Re: Teechart.NET in VS 2005 under Windows 7 (solved?)

Hello

just as an addendum. I managed to solve this problem by copying the missing registry entries from the win2003 server to the windows 7 instance (and adapting pathes).

This works.

However: Can it be so easy to recreate a correct license by this cheap trick?

Michael
by Michael Breu
Mon Jul 05, 2010 7:58 am
Forum: .NET
Topic: Teechart.NET in VS 2005 under Windows 7 (solved?)
Replies: 5
Views: 6377

Re: Teechart.NET in VS 2005 under Windows 7

Hello Narcis, Thank you for your prompt reply. No there is no HKEY_LOCAL_MACHINE\SOFTWARE\Steema Software - Key in the registry. I cross-checked it with an old Wind-2003 Server installation. There I have a correct entry. Does that mean that the software is not properly registered under Windows7. Wha...
by Michael Breu
Sun Jul 04, 2010 7:01 pm
Forum: .NET
Topic: Teechart.NET in VS 2005 under Windows 7 (solved?)
Replies: 5
Views: 6377

Teechart.NET in VS 2005 under Windows 7 (solved?)

Hi, We have upgraded all our development machines to windows 7 (64 bit). We have to maintain a legacy project under Visual Studio 2005 based on Teechart.NET. I have installed VS2005, including SP1 and a patch to run it under windows 7. It seems to work fine. However we have problems to install / use...
by Michael Breu
Wed May 21, 2008 1:49 pm
Forum: .NET
Topic: ClickSeries does not fire correctly in HArea
Replies: 5
Views: 8518

Hi Narcís, first of all thanks for your quick reply! Here is the code: public Form1() { InitializeComponent(); InitializeChart(); } private void InitializeChart() { tChart1.Aspect.View3D = false; line1 = new Steema.TeeChart.Styles.Line(tChart1.Chart); line1.Add(new DateTime(2008, 1, 1), 0); line1.Ad...
by Michael Breu
Wed May 21, 2008 10:41 am
Forum: .NET
Topic: ClickSeries does not fire correctly in HArea
Replies: 5
Views: 8518

Similar problem with line series

Hi Edu, I am faced with a very similar problem. I'm using line style (DashDotDot) for my series with visible pointers. The TChart.ClickSeries event doesn't always fire when clicking on the line only. When I click on a pointer it fires but this is not sufficient because it could be that no pointer li...
by Michael Breu
Sun Mar 16, 2008 12:24 pm
Forum: .NET
Topic: Access to Steema.TeeChart.Chart.ChartRect ?
Replies: 1
Views: 3484

Access to Steema.TeeChart.Chart.ChartRect ?

Hello, VS 2005 is giving me the following warning (sorry this is the German version, I will translate it below) Das Zugreifen auf einen Member auf "Steema.TeeChart.Chart.ChartRect" kann zu einer Laufzeitausnahme führen, da es sich hierbei um ein Feld einer Marshal-by-reference-Klasse handelt. Transl...