Hi,
I'm running Windows 8.1
Visual Studio Pro 2012 Update 4
Telerik Reporting 7.2.13.1016
Telerik Controls for Silverlight version 2013.3.1016.1050
I have a ReportViewer that is throwing the following exception.
Unhandled exception at line 59, column 13 in http://localhost:22414/CityLaw.aspx
0x800a139e - JavaScript runtime error: Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message:
System.Runtime.Serialization.SerializationException: There was an error
deserializing the object of type System.String[]. '.', hexadecimal value 0x00,
is an invalid character. Line 1, position 1. ---> System.Xml.XmlException:
'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Xml.XmlReader.IsStartElement(String localname, String ns)
at System.Xml.XmlDictionaryReader.XmlWrappedReader.IsStartElement(String localName, String namespaceUri)
at System.Xml.XmlDictionaryReader.IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri)
at System.Runtime.Serialization.XmlReaderDelegator.IsStartElement(XmlDictionaryString localname, XmlDictionaryString ns)
at System.Runtime.Serialization.XmlObjectSerializer.IsRootElement(XmlReaderDelegator reader, DataContract contract, XmlDictionaryString name, XmlDictionaryString ns)
at System.Runtime.Serialization.DataContractSerializer.InternalIsStartObject(XmlReaderDelegator reader)
at System.Runtime.Serialization.DataContractSerializer.InternalReadObject(XmlReaderDelegator xmlReader, Boolean verifyObjectName)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName)
--- End of inner exception stack trace ---
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObject(XmlDictionaryReader reader)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObject(Stream stream)
at Telerik.ReportViewer.Silverlight.InvalidSessionsHelper.Load()
at Telerik.ReportViewer.Silverlight.ReportViewer.ClearInvalidSessions()
at Telerik.ReportViewer.Silverlight.ReportViewer.Initialize()
at Telerik.ReportViewer.Silverlight.ReportViewer.OnApplyTemplate()
at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)
The ReportViewer is placed in a ChildWindow. After the Loaded event of the ChildWindow completes, the exception is thrown. I've so far been unable to reproduce the problem in a sample project. Any guidance on how to further troubleshoot the problem would be appreciated.
Thanks!
Aaron
I'm running Windows 8.1
Visual Studio Pro 2012 Update 4
Telerik Reporting 7.2.13.1016
Telerik Controls for Silverlight version 2013.3.1016.1050
I have a ReportViewer that is throwing the following exception.
Unhandled exception at line 59, column 13 in http://localhost:22414/CityLaw.aspx
0x800a139e - JavaScript runtime error: Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message:
System.Runtime.Serialization.SerializationException: There was an error
deserializing the object of type System.String[]. '.', hexadecimal value 0x00,
is an invalid character. Line 1, position 1. ---> System.Xml.XmlException:
'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Xml.XmlReader.IsStartElement(String localname, String ns)
at System.Xml.XmlDictionaryReader.XmlWrappedReader.IsStartElement(String localName, String namespaceUri)
at System.Xml.XmlDictionaryReader.IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri)
at System.Runtime.Serialization.XmlReaderDelegator.IsStartElement(XmlDictionaryString localname, XmlDictionaryString ns)
at System.Runtime.Serialization.XmlObjectSerializer.IsRootElement(XmlReaderDelegator reader, DataContract contract, XmlDictionaryString name, XmlDictionaryString ns)
at System.Runtime.Serialization.DataContractSerializer.InternalIsStartObject(XmlReaderDelegator reader)
at System.Runtime.Serialization.DataContractSerializer.InternalReadObject(XmlReaderDelegator xmlReader, Boolean verifyObjectName)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName)
--- End of inner exception stack trace ---
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObject(XmlDictionaryReader reader)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObject(Stream stream)
at Telerik.ReportViewer.Silverlight.InvalidSessionsHelper.Load()
at Telerik.ReportViewer.Silverlight.ReportViewer.ClearInvalidSessions()
at Telerik.ReportViewer.Silverlight.ReportViewer.Initialize()
at Telerik.ReportViewer.Silverlight.ReportViewer.OnApplyTemplate()
at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)
The ReportViewer is placed in a ChildWindow. After the Loaded event of the ChildWindow completes, the exception is thrown. I've so far been unable to reproduce the problem in a sample project. Any guidance on how to further troubleshoot the problem would be appreciated.
Thanks!
Aaron