Hello guys
I am trying to update from version=17.1.651.0 to Version=19.1.684.0
After I installed and changed the refereance to the new .dll's, I upateded the Licenses.licx file to:
ActiproSoftware.Products.ActiproLicenseToken, ActiproSoftware.Shared.Wpf, Version=19.1.684.0, Culture=neutral, PublicKeyToken=36ff2196ab5654b9
I then runned a clean of the project and build.
I am getting this exception:
Inner Exception 1:
FileLoadException: Could not load file or assembly 'ActiproSoftware.Docking.Wpf, Version=17.1.651.0, Culture=neutral, PublicKeyToken=36ff2196ab5654b9' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
For some reasons it still is searching for the old version. Is this because of the PublicKeyToken? It seems to be the same for the versions.
Best Regards