Subject: Problems with Out of Browser
I am trying to do a proof of concept of a Silverlight XMPP client that can run out of browser (I need to get the proof of concept up before I can make a case for purchasing the SDK). When I try to open the XmppStream, I am getting a 'Dom/Scripting Bridge is disabled' exception which is thrown from the LicenseManager. Specifically it is thrown when the LicenseManager tries to access the HtmlPage ( string originalString = HtmlPage.get_Document().get_DocumentUri().OriginalString) . Is there a version of Matrix for Silverlight that supports out of browser application execution? If not, is there some way to get past this in order to complete my proof of concept ?
Scott Bogartz