out-of-browser
How to create a certificate for signing a Silverlight xap
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[详细]
2022-12-24 01:10 分类:问答Isolated Storage, OOB, and Removing the App
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[详细]
2022-12-23 06:23 分类:问答Check for updates periodically
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[详细]
2022-12-23 05:38 分类:问答Do I need a local web service to connect to database for Silverlight OOB?
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[详细]
2022-12-17 20:37 分类:问答Problem in ComAutomationFactory.CreateObject
I tried to create object using ComAutomationFactory.CreateObject . It is giving following exception \"Failed to create an object instance for the specified ProgId\"[详细]
2022-12-17 13:18 分类:问答Loading COM Object in silverlight 4
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.[详细]
2022-12-17 10:37 分类:问答Download a zip folder from a remote server and unzip folder from a silverlight application
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[详细]
2022-12-17 05:58 分类:问答How to set focus on TextBox in Silverlight 4 out-of-browser popup
I have a simple ChildWindow popup in Silverlight 4 (beta). Important: This is an out-of-browser application.[详细]
2022-12-14 00:57 分类:问答Problems with debugging in Silverlight 4 using Out of Browser and WCF RIA Services
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[详细]
2022-12-12 22:55 分类:问答How can I close an out-of-browser Silverlight window?
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();[详细]
2022-12-12 16:00 分类:问答