Intraweb 14.xx and FR 4.xx an ISAPI
INFORMATION ONLY
If you are using FastReports (4.xx) in a IW IIS deployment then DO NOT leave ANY TfrxReport components on any form, frame or data module.
The problem is that during creation of an IW session, when the TfrxReport is created in a thread of its own then the FR thread "hangs" and never returns thereby blocking all subsequent IW threads from continuing. The only solution is to terminate and restart the IIS wed site instance
Create and destroy TfrxReport instance in code works.
You should also set "TfrxReport.EngineOptions.EnableThreadSafe := true;" immediately after create.
If you are using FastReports (4.xx) in a IW IIS deployment then DO NOT leave ANY TfrxReport components on any form, frame or data module.
The problem is that during creation of an IW session, when the TfrxReport is created in a thread of its own then the FR thread "hangs" and never returns thereby blocking all subsequent IW threads from continuing. The only solution is to terminate and restart the IIS wed site instance
Create and destroy TfrxReport instance in code works.
You should also set "TfrxReport.EngineOptions.EnableThreadSafe := true;" immediately after create.