Save problem

Stimulsoft Reports.WEB discussion
Post Reply
jf.vigneron
Posts: 9
Joined: Thu Aug 13, 2009 6:37 am
Location: Tours, France

Save problem

Post by jf.vigneron »

Hello,

I use Designer version 2010.1 and I have problem when save report with the Web designer.
The server can't retreive the report (Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject) see full exception error at the end...
With empty repport it work, but with repport created with the windows designer it failed.
The error occurs before the call of the "Save" method on the server.

Regards
jf.vigneron

[XmlException: Le caractère '¡', valeur hexadécimale 0xA1, ne peut pas être inclus dans un nom. Ligne 331, position 13.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +76
System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +88
System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) +18
System.Xml.XmlTextReaderImpl.ParseElement() +3980642
System.Xml.XmlTextReaderImpl.ParseElementContent() +121
System.Xml.XmlTextReaderImpl.Read() +45
System.Xml.XmlTextReader.Read() +15
System.Xml.XmlReader.MoveToContent() +64
System.Xml.XmlReader.IsStartElement() +10
Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr) +144
Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr) +1227
Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr) +803
Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr) +1227
Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr) +803
Stimulsoft.Base.Serializing.StiSerializing.Deserialize(Object obj, Stream stream, String application) +313
Stimulsoft.Report.SaveLoad.StiXmlReportSLService.Load(StiReport report, Stream stream) +186
Stimulsoft.Report.StiReport.Load(StiReportSLService service, Stream stream) +263
Stimulsoft.Report.StiReport.Load(Stream stream) +322
Stimulsoft.Report.StiReport.LoadFromString(String reportStr) +213
Stimulsoft.Report.Web.StiWebDesigner.LoadReportFromString(String reportString, Boolean packed, Boolean regData) +109
Stimulsoft.Report.Web.StiWebDesigner.OnInit(EventArgs e) +881
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Attachments
407.Stock_RetourEnAttente.mrt
(22.01 KiB) Downloaded 214 times
jf.vigneron
Posts: 9
Joined: Thu Aug 13, 2009 6:37 am
Location: Tours, France

Save problem

Post by jf.vigneron »

Hi again, I found the proiblem..

Inmy web.config I had

I replace it by and now it works
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Save problem

Post by Andrew »

Hello,

Perfect news! Have a nice day.

Thank you.
Post Reply