I am encountering a timeout error in a C# Console Application calling the RunReport method.
(Message: The request channel timed out while waiting for a reply after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.)
I have increased the sendTimeout value in app.config, but still encounter the issue. Is there a different configuration item that needs to be addressed? If so, where does it reside and what modification is needed?