Post-processing does not work on my machine anymore.
2017-04-16, 20:48
(This post was last modified: 2017-04-16, 21:02 by Nils Schmidt.)

Hi,
today, I discovered an annoying and strange bug and suprisingly this bug was not part of the sourcecode of my program.
It affected the export process only. The export process had no chance to send the correct result to the target destination, because the .NET compiler skipped(!) the corresponding file IO method calls.
Root cause: I enabled code optimizations for the CLR and this corrupts the program behaviour during runtime.
This error is dependent from the version of the CLR and might not affect your LDPatternCreator installation, yet.
I will release a version without CLR runtime optimizations (for the post-processing methods) immediately!
Have a nice weekend!
Leg godt,
Nils
today, I discovered an annoying and strange bug and suprisingly this bug was not part of the sourcecode of my program.
It affected the export process only. The export process had no chance to send the correct result to the target destination, because the .NET compiler skipped(!) the corresponding file IO method calls.
Root cause: I enabled code optimizations for the CLR and this corrupts the program behaviour during runtime.
This error is dependent from the version of the CLR and might not affect your LDPatternCreator installation, yet.
I will release a version without CLR runtime optimizations (for the post-processing methods) immediately!
Have a nice weekend!
Leg godt,
Nils