Hi I have the following code on a aspx page. There is a view port and other controls but I left those out as it has no effect on the problem.

My problem is the following, if I remove the Ext Resource Manager my report renders just fine. As soon as I add back the Resource Manager then my report doesn't render. There are no javascript errors or any other errors I can see, it is as if there to managers conflicts with each other.

Also changing the architecture or moving the report to an IFrame or something similar is out the question.

Is there anyway to get these two to play along nicely?
<ext:ResourceManager ID="ResourceManager1" runat="server" Locale="en-GB" />
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<rsweb:ReportViewer ID="ReportViewer1" runat="server" BorderStyle="None" Width="100%"  />
</rsweb:ReportViewer>
I also have this same question on StackOverflow if anyone is interested in earning points for an answer.
http://stackoverflow.com/questions/6...async-postback