VS2008 Intergration Issue

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Juha
Newbie
Newbie
Posts: 5
Joined: Thu Apr 08, 2010 12:00 am

VS2008 Intergration Issue

Post by Juha » Thu Apr 22, 2010 7:52 am

Hello,

After upgrading from the Lite to the Pro version (2009VSNET2008_4.0.2009.62332) I ran into problems with the Visual Studio 2008 and TeeChart.

Once I drop a TeeChart object from the toolbox to a fresh form a pop-up (see attachment) starts jumping into the screen. It seems to me that the drag and drop doesn't add the object correctly as far as the Visual Studio is concerned (see attachment). Also attached a sample project so you can have a look.

I'm surprised since I didn't experience any problems with the Lite version. Next, I'm gonna try a different built.

EDIT: Get the same outcome with version 4.0.2009.42283.

EDIT2: It looks that the missing value in .resx file is not related (could reproduce the error with simpler project that didn't have any entries there)

Regards
Attachments
2009VSNET2008_VSIntergartionIssue.zip
Sample project
(43.84 KiB) Downloaded 201 times
TeeChartMissingValue.JPG
VS missing value
TeeChartMissingValue.JPG (29.51 KiB) Viewed 4562 times
TeeChartError.JPG
The error pop-up
TeeChartError.JPG (19.96 KiB) Viewed 4554 times

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: VS2008 Intergration Issue

Post by Narcís » Thu Apr 22, 2010 8:20 am

Hi Juha,

I guess your problem is the same as disscussed here.

Hope this helps!
Best Regards,
Narcís Calvet / 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

Juha
Newbie
Newbie
Posts: 5
Joined: Thu Apr 08, 2010 12:00 am

Re: VS2008 Intergration Issue

Post by Juha » Thu Apr 22, 2010 9:36 am

Hi Narcis,

Correct if I'm wrong but problems in the thread you linked are due to resource file differences between the different TeeChart versions? So while changing version one must sort out the possible differences in those files.

The problem I'm having exists even in projects created from scratch and so also the resource files should be created right. Or am I missing the point?

Regards,
Juha

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: VS2008 Intergration Issue

Post by Narcís » Thu Apr 22, 2010 10:01 am

Hi Juha,

We are not able to reproduce this here with new projects using TeeChart for .NET 2009. The problem may be that your environment is still referencing an old TeeChart assembly. You could check TeeChart's AssemblyFolders entry in your machine. You can remove it as described here.
Best Regards,
Narcís Calvet / 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

Juha
Newbie
Newbie
Posts: 5
Joined: Thu Apr 08, 2010 12:00 am

Re: VS2008 Intergration Issue

Post by Juha » Thu Apr 22, 2010 2:05 pm

Hi Narcis,

Yes, you're right the environment is still referencing an old TeeChart assembly.

Tried removing the register keys pointed out in the link you gave (in fact all the keys pointing to TeeChart) and reinstalled. It didn't solve the problem and the VS still complains as before (refers to old TeeChart). Apparently, the old version is still marked somewhere, maybe in some VC cache directory. I'll have to continue the hunt tomorrow.

Thanks for the hints.

Cheers,
Juha

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: VS2008 Intergration Issue

Post by Narcís » Thu Apr 22, 2010 2:13 pm

Hi Juha,

You're very welcome.

In that case the problem might be that your project is still referencing old assemblies in its References section or that the components in the toolbox belong to the old versions. You should check that both references also point to the new version.
Best Regards,
Narcís Calvet / 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

Juha
Newbie
Newbie
Posts: 5
Joined: Thu Apr 08, 2010 12:00 am

Re: VS2008 Intergration Issue

Post by Juha » Fri Apr 23, 2010 8:55 am

Hi Narcis,

I checked the reference section and the toolbar before writing anything here. They've been always correct.

Juha
Newbie
Newbie
Posts: 5
Joined: Thu Apr 08, 2010 12:00 am

Re: VS2008 Intergration Issue

Post by Juha » Fri Apr 23, 2010 11:30 am

Hi Narcis,

Couldn't figer out how to fix the version issue. Anyway, I've stopped chasing the ghost for know.

My workaround is to set up the tChart object and it's series in the code and not to use the graphical interface. Not ideal situation but I can live with that...

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: VS2008 Intergration Issue

Post by Narcís » Fri Apr 23, 2010 2:21 pm

Hi Juha,

In that case you should also check that old assembly is not registered in the GAC.
Best Regards,
Narcís Calvet / 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