Designer crashes on .Net 9
Hi, I'm tryin' to get the following code working:
private void printDesign()
{
Report rep = new Report();
rep.Design();
}
When compiling everythings is fine. When i'm calling this method the programm crashes without any message or exception.
i'm using the latest version of FastReport .Net 2025.1.19
any ideas?
thx