We have an issue with IE9 rendering a blank page. This has been tested on multiple machines in live and development mode.
The page is a mix of items AJAX controls but the element causing the issue appears to be the Silverlight(4) control (disable that and everything works fine). Resize the browser window and the page is shown correctly.
This also happens on other pages on the site using Silverlight.
One suggestion was to use windowless=false.
Any suggestions? Thanks!
The answer to this issue was to add an additional ‘dummy’ Silverlight control to the page. It then rendered correctly. I have no idea why this fixed the problem but it did.
Thanks for all suggestions.