I have a hyperlink button on a silverlight page. The NavigateUri property is set to a UNC folder path (\\myserver\folder). In Silverlight 4 I could click on the link and it would open the folder (after prompting the user to Allow access). In Silverlight 5 clicking on the link produces a javascript error (shown below). Is this a new restriction with Silverlight 5? Is there a work around?
Thanks
Webpage error details
Message: Unhandled Error in Silverlight Application Attempted to perform an unauthorized operation. at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.NavigateToSafeURI(String location, String target, Boolean checkUserInitiatedAction)
at MS.Internal.NavigationHelper.Navigate(Boolean checkUserInitiatedAction)
at System.Windows.Controls.HyperlinkButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
Line: 1
Char: 1
Code: 0