Hello
In my WPF application, I updated all dlls to version 2018.R1, but I am facing a problem.
If I empty out the licenses.licx file (i.e.
clear everything that was there and just have an empty file), the solution builds fine in Visual Studio and I can run the project, however I get a banner telling me I'm using a trial version.
If I don't empty out the licenses.licx (
i.e. leave what was there before), the solution fails to build and I can't run anything.
The error I get is:
Quote:'Could not load file or assembly 'MindFusion.Diagramming.Wpf, Version=1.0.0.29865, Culture=neutral, PublicKeyToken=1080b51628c81789' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'
What am I missing? How do I overcome this error? What should the file licenses.licx contain?