This question is locked. New answers and comments are not allowed.
I have had great success using Window in my MVC 3 application, however, I have one page that displays a Silverlight control, and this is the one page where Window does not open. Instead, the text of my Window appears in the Title bar of the web browser, and no modal window appears. If I simply pull the Silverlight control off of this page, the Window displays properly, so I know that this is the one item that is causing the issue. Do you have any suggestions to resolve this concern?