Problem with rebulding old code
Posted: Mon Aug 30, 2010 6:54 pm
I have some legacy VC++ VS2005 code written using TeeChart for .NET v2.
I have recently had a computer crash on my old development machine and would like to rebuild these programs on my new desktop.
I am currently lisenced for TeeChart for .NET v3 and have installed it on my new machine.
I can't find my old installation package for TeeChart for .NET v2. I do have a copy of the old "Program Files/Steema/TeeChart for .NET v2" but a straight copy onto my new machine does not seem to help.
When I open up the solution project file in VS2005, I get errors in viewing the forms since the dll for TeeChart for .NET v2 is not registered or usable (I guess).
The reference in the VS vcproj file for the older library looks like this :
<AssemblyReference
RelativePath="..\..\..\..\..\Program Files\Steema Software\TeeChart for .NET v2\TeeChart.dll"
AssemblyName="TeeChart, Version=2.0.2652.22325, PublicKeyToken=9c8126276c77bdb7, processorArchitecture=MSIL"
Any suggestions?
I have recently had a computer crash on my old development machine and would like to rebuild these programs on my new desktop.
I am currently lisenced for TeeChart for .NET v3 and have installed it on my new machine.
I can't find my old installation package for TeeChart for .NET v2. I do have a copy of the old "Program Files/Steema/TeeChart for .NET v2" but a straight copy onto my new machine does not seem to help.
When I open up the solution project file in VS2005, I get errors in viewing the forms since the dll for TeeChart for .NET v2 is not registered or usable (I guess).
The reference in the VS vcproj file for the older library looks like this :
<AssemblyReference
RelativePath="..\..\..\..\..\Program Files\Steema Software\TeeChart for .NET v2\TeeChart.dll"
AssemblyName="TeeChart, Version=2.0.2652.22325, PublicKeyToken=9c8126276c77bdb7, processorArchitecture=MSIL"
Any suggestions?