Index

Date: Wed, 03 Sep 2008 23:13:29 -0400
From: Laran Evans
Subject: Re: Problems upgrading from older version of TeeChart
Newsgroup: steema.public.teechart7.activex  

I did. The VBWebForm solution is so trivial that it doesn't even begin
to address any of the complexities of the chart I'm working with.

I looked at the VBasic projects, for instance, SeriesForm. But I'm using
Visual Studio 2008 and the projects are in (I think) Visual Studio 7.0.
More importantly, they don't convert properly into VS 2008 projects
using the Visual Studio solution conversion wizard. I didn't make a note
of the error messages the wizard gave me. However, when opening up
SeriesForm.vb I can see lines of code like
".AddSeries(TeeChart.ESeriesClass.scLine)". These lines do not compile
properly. I get an error saying "Name 'TeeChart' is not defined." So it
looks like the correct way to reference the constants is with
"TeeChart...". But until I figure out why nothing compiles I can't make
use of that.

Sorry to ramble. But I want to give you as much info as I can.

Please let me know what I have to do to get the TeeChart namespace to be
recognized properly. I've been wrestling with silly little issues like
this for weeks now off and on with TeeChart. It's getting really trying.

- laran

Narcís Calvet wrote:
> Hi Laran,
>
> Have you tried using the specific examples for Visual Studio .NET at
> "C:\Program Files\Steema Software\TeeChart Pro v8 ActiveX
> Control\Examples\Visual Studio .NET"? Do they work fine at your end?
>
> Thanks in advance.
>
>