Hi all
I've just upgraded to the latest version of WinForms for bug testing.
However, I've run in to an assembly version issue.
My solution compiles, but when I try to load a particular form, I get a FileLoadException on C1.Win.C1Chart3D.4 Version 4.0.20171.248. THe error is:
An unhandled exception of type 'System.IO.FileLoadException' occurred in DTASwin.Controls.dll
Additional information: Could not load file or assembly 'C1.Win.C1Chart3D.4, Version=4.0.20171.248, Culture=neutral, PublicKeyToken=a22e16972c085838' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
It looks like VS is trying to use the wrong version of the assembly, but I have no idea how to check this.
I've tried the usual Clean/Rebuild, and made sure none of the References have Specific Version set to true, but no luck.
Any pointers appreciated.