Hello,
I played with SQL Azure Reporting yesterday and I try to follow the post Shaun Xu about implementing a Report Viewer in a Azure Web Role Application but I encountered a problem. Indeed, the report viewer refuse to load and the screen was always like this :
In debug mode, I’ve seen that the process loop in the On_Load method. Because the report viewer use the script manager for call back and Asynchronous call, I thought that the problem could be due to a async call back or other thing like that. And I found an interesting property in the miscellaneous group :
If you change this property to False, the webpage is loaded with the report succesfully.