I\'ve a silverlight application, which is running fine. I\'m trying to use \"Out of browser\" and I encounter several problems. First, I can\'t get access to my services.
I\'ve a web application, which works without any problem in my browser. But if I install it out-of-browser, when I try to get the username, the userAccount isn\'t in the dictionary:
I have a Silverlight 4 out-of-browser application that needs to be able to resume the download of an external file if the download is interrupted for any reason.I would like to be able resume instead
I\'m trying to launch some of my开发者_开发百科 existing Silverlight apps out-of-browser on Ubuntu and Moonlight 4 Preview. Install the apps was pretty sweet using Firefox and Chrome.
I\'m writing a simple Silverlight application in which I have the following code, which I think is pretty standard:
I\'ve built a silverlight 4 app that is soon to be deployed but I\'m having some trouble with the updating.
I have the following scenario: We develop a silverlight 4 app for our customers, that will be used as an out-of-browser app. The app is working offline, i.e. app and database are on the users local m
I have a silverlight app that uses JavaScript to process images from facebook. The JavaScript calls context.drawImage which throws a security exception (NS_ERROR_DOM_SECURITY_ERR) which I understood h
I need to call a WCF service to update when my SilverLight app exits. it is an out-of-browser app and I\'m using SL4.
in my silverlight application I am using the webBrowser control. I call following javascript function on the page i\'m navigating to.