I developed a test app with the Chart .NET version 4.1 under VS2005.
I loaded a new system with VS2008 and installed a trial of Xceed which uses Chart .NET version 4.2
On importing my VS205 project everything is fine until I load the form with the chart. I get an error saying it can't find the dll because it's looking for version 4.1.100.0 which is no longer on my system. I've searched everywhere for where this version is specified in my project files but can see nothing.
I can add a v4.2 Chaet Control to another form, but I can't open the original form.
Can someone tell me how my project files can be changed to correctly refer to the 4.2.x.x dll
Thanks