_chart_temp directory not in registry path

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
brosenberger
Newbie
Newbie
Posts: 2
Joined: Wed Nov 24, 2004 5:00 am
Contact:

_chart_temp directory not in registry path

Post by brosenberger » Thu Jan 14, 2010 11:18 pm

Hi,

Currently the _chart_temp folder is being created in the root c:\ folder while I have a different path in the registry. Why is the TeeChart component not creating the _chart_temp folder in the path in the registry? I am using Windows server 2008 64bit version.

Thanks,
Benny

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: _chart_temp directory not in registry path

Post by Yeray » Mon Jan 18, 2010 1:06 pm

Hi Benny,

As we replied you by mail...

As a workaround while we investigate the problem, please set the key in Win64's two key zones, 32 and 64 bit:

The default installed keys are prefixed 'wow'.

[HKEY_LOCAL_MACHINE\SOFTWARE\Steema Software\TeeChart.NET]
"ShareFolder"="C:\\YourFolder1\\YourFolder2" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Steema Software\TeeChart.NET]
"ShareFolder"="C:\\YourFolder1\\YourFolder2"

The _chart_temp temp folder should be created beneath your folder path C:\\YourFolder1\\YourFolder2

Could you please tell us in what Visual Studio are you trying to integrate the TeeChart for .NET v1.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

brosenberger
Newbie
Newbie
Posts: 2
Joined: Wed Nov 24, 2004 5:00 am
Contact:

Re: _chart_temp directory not in registry path

Post by brosenberger » Mon Jan 18, 2010 5:36 pm

Hi,

The Wow6432Node key did the trick. Thanks for your help.

I was not trying to integrate v1 of TeeCharts. I was just trying to deploy the latest version to a 64bit server.

Benny

Post Reply