Questions tagged [silverlight-oob]

Silverlight-based application that provides support for running outside the browser (Out-of-Browser).

Out-of-browser applications are subject to the same security sandbox restrictions as ordinary in-browser applications. Some of these restrictions can be relaxed by configuring the application to require elevated trust.

168 questions
2
votes
2 answers

Calling Office Communicator via Silverlight Out of Browser

I need to invoke office communicator to create a chat window and phone call directly from Silverlight when running out of browser. When running in browser I do this and it works pretty…
Keith Elder
  • 1,789
  • 1
  • 12
  • 13
2
votes
1 answer

Getting visual studio 2015 to work with Silverlight 5.0 OOB with RIA services

I have a Silverlight 5.0 OOB application that works in Visual Studio 2010 to 2013. But I cannot get it to work in 2015. I've installed all of the same tools, etc, that required in the earlier versions. But no joy! Any one else have any luck? Or…
2
votes
1 answer

Silverlight 4 OOB Update process when hosted in enterprise portal

Ok, here is the situation. I would like to deploy a silverlight application to an enterprise portal. Users will access the application by logging in to the portal and navigating to the page where it is hosted. That's the easy part. This…
Daveed
  • 149
  • 2
  • 8
2
votes
0 answers

Auto fill form in Silverlight OOB

I have a Silverlight Out-of-Browser (OOB) application which has a WebBrowser control inside it. Displayed website in inner web browser comes from the different domain than the application xap file. How could I automatically fill form displayed in…
Robertas
  • 1,164
  • 3
  • 11
  • 26
2
votes
1 answer

How to launch an application and obtain a result from it, in a Silverlight 5 Out of Browser app

Let me give a full explanation of my scenario: We are required to use a signature pad in our application, which is being developed in Silverlight 5, in Out-Of-Browser mode, with elevated trust, the problem starts with the fact that the device…
Emmanuel Medina
  • 163
  • 1
  • 1
  • 15
2
votes
1 answer

Save User Settings With IsolatedStorage in Silverlight 5 (vb)

I want to save a value from a TextBox, an item of text from the SelectedIndex of a ComboBox and a CheckBox checked true or false. I then want to recall the saved settings with the OnClick from a button. I've had a go with the TextBox below but I get…
2
votes
2 answers

Can we share Silverlight application with access Db over LAN

I am developing small institute management system as an academic project in my college. I am going to develop the project in silverlight 4 or 5. In this project I want to provide attendance facility; i.e students will able to log in application from…
DoctorAV
  • 1,189
  • 1
  • 14
  • 40
1
vote
1 answer

TwitterResponse causes hang on Silverlight

Whenever I try and make any Twitter request, my application always hangs. This does not apply to the oAuthUtility though, I have successfully authorized the user to use my application, but whenever I make a request it just hangs. Here is one of…
ecnepsnai
  • 1,882
  • 4
  • 28
  • 56
1
vote
0 answers

Query access db using silverlight in an oob app with full trust?

I was under the impression I could query a local access DB in an out of browser silverlight application. However I'm having trouble finding any information regarding this task. Is it possible - if so is there any information out there that someone…
foo
  • 1,495
  • 2
  • 11
  • 15
1
vote
1 answer

Find Which Silverlight Out of Browser App is Running Under sllauncher.exe

How can I find which Silverlight OOB app is running? If I get a list of processes, the SL OOB apps are running under the sllauncher.exe process. They are invoked with arguments with the ID of the SL app, but I can't see the arguments in…
Josh Close
  • 22,935
  • 13
  • 92
  • 140
1
vote
1 answer

Possible to have Silverlight OOB App "Listen" for Keyboard Shortcut?

I'm building a Silverlight Out Of Browswer Application with Elevated Permissions and need the ability to basically have the application listen for a keyboard shortcut such as doing something like Ctrl + F10 will cause a window to take focus of the…
Peter
  • 3,144
  • 11
  • 37
  • 56
1
vote
2 answers

Silverlight 4 OOB White Screen of Death. Failed to load pre-requisites for the application

I'm developing a SL4 OOB application that has suddenly started giving me the white screen of death. If I try to run it 'in-browser' and check the console I can see the error 2105 : 'Failed to load pre-requisites for the application' but there's very…
EightyOne Unite
  • 11,665
  • 14
  • 79
  • 105
1
vote
1 answer

Silverlight out of browser in SharePoint webpart

I have an issue with my Silverlight webpart in a SharePoint 2010 site. The Silverlight app works great in the site and even out of browser. The issue I'm having is how to autoupdate the out of browser app. I currently have this: if…
adminJaxon
  • 420
  • 9
  • 21
1
vote
3 answers

Updating XAP withouth changing the app_id : sllauncher.exe

I have a Silverlight application installed Out-Of-Browser on multiple computers. Now I'd want to update the xap on those. I dont want to manually update every computer. I know I can do it through sllauncher.exe but the problem is that my…
danbord
  • 3,605
  • 3
  • 33
  • 49
1
vote
0 answers

Sell a Silverlight Out of Browser Application?

I have a Silverlight Out of Browser (OOB) Application that I created in my spare time and would like to sell on the Web. The only difference between the paid and the free version would be that the free version is ad supported. So my questions…
Julio Casal
  • 276
  • 3
  • 13