Several Users have installed our application out of browser. In the application there are various links that will download a file or open another browser window. To do this we use HtmlPage.PopupWindow() and HyperlinkButton.NavigateUri(). All
has worked well for many years.
On Patch Tuesday, May 12, 2015, things stopped working. When a link is clicked to download a file HyperlinkButton.NavigateUri() does nothing and HtmlPage.IsPopupWindowAllowed() returns false.
When running the application in a browser all is well. This issue only happens when running out of browser.
I believe it has something to do with one or more of the following:
- The release of Silverlight 5.1.40416.0
- The release of KB3049563
- The release of KB3023215
Anyone else having similar issues? Is there a fix?
On Patch Tuesday, May 12, 2015, things stopped working. When a link is clicked to download a file HyperlinkButton.NavigateUri() does nothing and HtmlPage.IsPopupWindowAllowed() returns false.
When running the application in a browser all is well. This issue only happens when running out of browser.
I believe it has something to do with one or more of the following:
- The release of Silverlight 5.1.40416.0
- The release of KB3049563
- The release of KB3023215
Anyone else having similar issues? Is there a fix?