Page 1 of 1
_chart_temp directory not in registry path
Posted: Thu Jan 14, 2010 11:18 pm
by 8127969
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
Re: _chart_temp directory not in registry path
Posted: Mon Jan 18, 2010 1:06 pm
by yeray
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.
Re: _chart_temp directory not in registry path
Posted: Mon Jan 18, 2010 5:36 pm
by 8127969
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