Error with .rdl file in report manager

  • Hi All,

    I have a problem with .rdl file in report manager,below is error i got when i deployed it

    I replaced it with new rdl. file then also there is same problem.

    Same .rfl file works in developement server no issues

    in prod i am getting this error.

    Error message :

    --

    There is an error in XML document (1, 4971).

    ' ', hexadecimal value 0x1A, is an invalid character. Line 1, position 4971.

  • Based on the error, it looks like you have some illegal characters in the .rdl file.

    To fiew the source XML/RDL code, right click on the report from Visual Studio and select View Source

    (Note: you could do this in Notepad too, by just opening the .rdl file with Notepad)

    Edit --> Find (ctrl + f) and search for 0x1A

    Delete the reference or replace it with valid characters.

    Save and close the file.

    Test and redeploy

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

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