I have a silverlight app that will be installed OOB with full trust and hence i want to create a certificate to sign开发者_开发问答 the app. Since I\'m going to have full control of the clients where
What happens to the files created by Isola开发者_运维技巧ted Storage when the OOB app is removed? Do they remain or are the files also deleted? From what I can deduct the files would be maintained so
I have a SL 4.0 app running out of browser with full priviliges. How can I check for updates开发者_C百科 (CheckAndDownloadUpdateAsync()) every 10 minutes without affecting UI thread. I\'ve tried using
I\'ve开发者_JAVA技巧 done some cursory reading on Silverlight and data access.From what I can tell, I\'ll need a web service to hook up a Silverlight application to a database while it\'s running in b
I tried to create object using ComAutomationFactory.CreateObject . It is giving following exception \"Failed to create an object instance for the specified ProgId\"
Can any one tell me how to load com object in a silver开发者_如何学编程light out of browser application. I use silverlight4 . If possible can any one give me sample codes of it. Thanks in advanceYes.
How can i download a zipped folder from a remote server and unzip the entire files in the folder and store them in isolated storage space from a开发者_运维问答 silver light 3 or 4 out of browser appli
I have a simple ChildWindow popup in Silverlight 4 (beta). Important: This is an out-of-browser application.
With Visual stuido 2010, it\'s simple to set up SL4 to debug with an out-of-browser installed app.I followed the instructions from here and everything seems to set up fine.Debugging from the browser r
I want to be able to close a Silverlight window when running out of browser. I kno开发者_开发问答w it is possible to do this in the browser.Application.Current.MainWindow.Close();