PDFCreator 4_0_3

Hope you can help
I have just installed the latest version of PDFCreator 4_0_3 and when I try to run the c# sample code I receive the following error
The type or namespace name 'pdfforge' could not be found (are you missing a using directive or an assembly reference?

I have tried re referencing the "PDFCreator.ComWrapper" dll but still the same error.
I have tried re entering the using reference "using pdfforge.PDFCreator.UI.ComWrapper;" but still the same error.
Any ideas what is going wrong?

Thanks in advance for your help.
Regards
Stephen

It appears the samples are still set to use an earlier version of the .Net framework.
This needs changing to 4.7.2 as a minimum in order to compile.

Hi, thanks for pointing this out, we will update the samples accordingly.