My WPF aplication use crystal report for Visual Studio (CRforVS_13_0_14.exe)
The reports DO NOT connect to de DB directely , receive data fom a DataSet.
The reports execute sucesfuly on the client, but when try to generate a PDF in a WCF services the command
_reportDocument.SetDataSource(reportData);
generate the chrash of the server "WcfSvcHost.exe"
the same result on production environment where WCF is hosted in windows service
Unfortunately don't have more information on the problem only see
temp_e02b91ed-590f-489c-8b9f-c6b65e5e063a.rpt
temp_e02b91ed-590f-489c-8b9f-c6b65e5e063a 8372_5148_{4FADE7B1-C970-490D-92D5-22F7E52F7BC6}.rpt
~DF393076A53B2E01C3.TMP
in the temp directory
thank you for help