Deserialization failed

  • SQL Reporting Error loading report: ReportName - The report definition is not valid. Details: Deserialization failed: The report definition element 'Textbox' is empty at line 758, position 8. It is missing a mandatory child element of type 'Value'. Line 758, position 8.

    Can i get feed back?

    Regards

  • I don't know why you've ended up in this situation, but I've experienced some cases where Visual Studio (BIDS or otherwise) is generating or altering XML so that it later cannot parse it. My best shot: Open the .rdl file and add an empty value element as a child element to your textbox element. I guess it would be something like:

    <textbox>

    <some element></some element>

    <value></value>

    <textbox>

    Note: If you do such changes, Visual Studio won't automatically detect it as valid RDL, so you will most likely have to close the file and reopen it afterwards.



    Ole Kristian Velstadbråten Bangås - Virinco - Facebook - Twitter

    Concatenating Row Values in Transact-SQL[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply