c# - ReportExecutionService not honoring timeout -
i using .net reportexecutionservice render ssrs reports. rendering many reports in rapid fire , randomly getting reports timeout. somewhere around 1 out of 1400 reports hang. when check hanging report in executionlog3, see report status of rssuccess, , total time of around 3s. looks report finishes response never gets seen render call, , times out after 5 minutes following exception: system.invalidoperationexception: there error in xml document (1, 2655). ---> system.net.webexception: operation has timed out. @ system.net.connectstream.read(byte[] buffer, int32 offset, int32 size) @ system.io.streamreader.readbuffer(char[] userbuffer, int32 useroffset, int32 desiredchars, boolean& readtouserbuffer) @ system.io.streamreader.read(char[] buffer, int32 index, int32 count) @ system.xml.xmltextreaderimpl.readdata() @ system.xml.xmltextreaderimpl.parsetext(int32& startpos, int32& endpos, int32& outorchars) @ system.xml.xmltextreaderimpl.parsete...