Page 1 of 1
TeeChart 3.5 crashes Visual Studio 2008
Posted: Wed Jan 21, 2009 9:47 am
by 13050341
I'm using TeeChart for .NET 3.5 and Visual Studio 2008 SP1. After installing TeeChart, I cannot use "Choose Toolbox Items" in the Visual Studio toolbox any more, VS2008 then crashes reproducably. This happens with releases 3.5.3225 and 3.5.3274. After uninstalling TeeChart, VS works fine again. So I guess this is a TeeChart problem. Is there any workaroud or maybe a new release planned in the near future to fix this ussue?
Posted: Wed Jan 21, 2009 10:00 am
by 13050341
Reply-to-myself: After reading
this thread and
this thread, I checked the path in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\TeeChart, but the path is correct.
Posted: Wed Jan 21, 2009 10:13 am
by narcis
Hi ahellwig,
Yes, we are aware of this and seems to be a known VS2008 issue:
http://connect.microsoft.com/VisualStud ... kID=386506
Solutions suggested in this link may work fine for you.
Posted: Wed Jan 21, 2009 11:50 am
by 13050341
Thanks for your quick reply, but unfortunately, the workaround suggested there doesn't solve the problem, there was no change in behaviour. Do you know of any other way to be able to properly use VS2008 together with TeeChart?
Posted: Wed Jan 21, 2009 11:55 am
by narcis
Hi ahellwig,
I'm afraid not, the only solution for now is creating TeeChart components at runtime
.
Posted: Thu Jan 29, 2009 10:45 am
by narcis
Hi ahellwig,
As an update, another user solved the problem like this:
After installing TeeChart, I performed the following steps:
- Close Visual Studio
- Delete all files in:
C:\Windows\Temp
C:\Documents and Settings\<user>\Local Settings\Temp
C:\Documents and Settings\<user>\Local Settings\Microsoft\VisualStudio
- Restart Visual Studio 2008
You may want to check if it solves the problem for you.