Problem on generation of reports

Stimulsoft Reports.NET discussion
Post Reply
eliasEspiralMS
Posts: 5
Joined: Thu May 29, 2008 3:25 am
Location: Spain

Problem on generation of reports

Post by eliasEspiralMS »

Hi again,
we found a problem generating a report;
when we try to generate the report ( We use ASP .NET C# on our web applications) it isn't possible; we tried with different reports:
· Report with database connection
· Report without database connection

And anyone worked

I paste the results on the log file:
There is a message in Spanish because the customer that use our product installed spanish .NET framework
*****************************************************************************************************
2008:06:10, 15:56: StiReport: Loading report
2008:06:10, 15:56: StiReport: Loading report...ERROR
2008:06:10, 15:56: StiReport: Method : [CreateInstanceImpl] : Se inició una excepción en el destino de la invocación.<---
====================================================
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr)
at Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr)
at Stimulsoft.Base.Serializing.StiSerializing.Deserialize(Object obj, Stream stream, String application)
at Stimulsoft.Report.SaveLoad.StiXmlReportSLService.Load(StiReport report, Stream stream)
at Stimulsoft.Report.StiReport.Load(StiReportSLService service, Stream stream)
====================================================
2008:06:10, 15:56: StiReport: Compiling report...ERROR
2008:06:10, 15:56: StiReport: Method : [Compile] : Report already compiled
*****************************************************************************************
We tried different things, but problem is that stimul libraries can't generate the PDF report.

Thank you very much

sorry for my english

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem on generation of reports

Post by Edward »

Please take into consideration, that export in Pdf will work only in FullTrust mode and there is now other option available.

Also please check that you didn't call Compile() method, because report from dll or stored as class could't be compiled.

Thank you.
Post Reply