Example build against v1.2.0 version crasheswith v1.2.2

The following problem has been bugging us from the very start and next to C++ it apparently also happens with the .NET examples.
It appears that with each version of PDFCreator the UUID of the interfaces changes, thereby breaking compatibility with previous versions of PDF

Steps to reproduce:

  • Install v1.2.0 of PDFCreator.
  • Build Example1 from the DOTNET folder.
    Copy executable to desktop.
  • Install v1.2.2 of PDFCreator.
  • Run Example1.exe.
    => notice it crashes. (interface cannot be found, etc).

Please advise how to fix this.