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
1
vote
2 answers

Out of browser and multiple windows

When you are using out of browser in silverlight are you trapped into a single window or can you open a second window?
Xander
  • 9,069
  • 14
  • 70
  • 129
1
vote
2 answers

Silverlight Out of Browser application wouldn't start, while web version is working just fine

I got a commercial app, which works for a lot of customers. One guy however has this problem: After he installs OOB app to his computer and then hits its icon to launch it nothing happens. I checked myself, icon is pointing at sllauncher just like…
Valentin Kuzub
  • 11,703
  • 7
  • 56
  • 93
1
vote
1 answer

Installing Silverlight OOB with Safari 6.1

it seems that Safari 6.1 on Mac (recently updated) does not allow a user to install a silverlight OOB application from a website. Is there any work around/fix for this? With older versions of Safari or other browsers, it is simple to just right…
Misha
  • 571
  • 5
  • 17
1
vote
1 answer

Silverlight OOB and Google OAuth 2.0

I have silverlight oob application and need to add Google OAuth 2.0 I'm using this article as reference: I tried to use WebBrowser Control to send request to Google Auth Service. Code sample is pretty simple var url = new…
Stecya
  • 22,896
  • 10
  • 72
  • 102
1
vote
1 answer

Return Custom Silverlight OOB Application ExitCode

I would like to customize the exit code of my elevated trust, Out of Browser (OOB) Silverlight 4 application. I'm currently attempting to use the System.Environment.ExitCode property to customize the exit value of my SL4 app, however, it appears…
1
vote
1 answer

How I can use Shell32.dll in Silverlight OOB

I'd like to get the target information from a shortcut file using my silverlight OOB app, so I'm going to make the following code to work in my silverlight OOB. It seems I have to used P/Invoke to use Shell32.dll, but I'm not sure how I can use…
1
vote
1 answer

How to set Silverlight 5.1 as requirement for a Website?

When you develop a Silverlight app and want to embed in a HTML you do something like this: ...
RandomGuy42
  • 301
  • 4
  • 14
1
vote
1 answer

Out-of-Browser Silverlight and many "pages"

I'm building a Silverlight out-of-browser app that will eventually run on a Windows 7 touchscreen tablet, independent of any browser - it will run just like any other app. My code, at the moment, is all within one XAML and corresponding .cs file but…
gfyans
  • 1,236
  • 1
  • 16
  • 21
1
vote
2 answers

How to enable IIS Compression in Out of Browser Lightswitch App

I have a Lightswitch OOB 2012 and would like to enable IIS 7 Compression. I followed these steps http://www.hanselman.com/blog/EnablingDynamicCompressionGzipDeflateForWCFDataFeedsODataAndOtherCustomServicesInIIS7.aspx and if I deploy my app in…
1
vote
1 answer

Silverlight OOB Installation on Mac with download of latest XAP

I have created an offline installation for an OOB Silverlight application on Mac, following this Guide: http://sharppdf-sl.sourceforge.net/offlineoob.html It uses Apples Package Manager. Here, you have to install the Silverlight OOB application and…
Dennis
  • 14,210
  • 2
  • 34
  • 54
1
vote
0 answers

How to handle the MouseRightButtonDown Event for a Window in Silverlight OOB

I want to disable Silverlight contex menu for a Window in Silverlight OOB application Window wn = new Window(); wn.Show(); For ChildWindow in silverlight I was able to disable the silverlight default context menu which displays "Silverlight" and…
0
votes
0 answers

Silverlight-5 Toolkit Drag and Drop in System Window

Trying to get a System Window to allow me to perform a drag and drop implementation from an ObservableCollection, although it seems as if I'm not able to do so. Is the issue the same as what you wind up with by developing with a ChildWindow, where…
Richard B
  • 1,581
  • 1
  • 15
  • 31
0
votes
1 answer

Ria Service And OOB : check if service is reachable, MEF not importing my views

Hi currently I am trying to check if the Ria Service is available for our OOB application. public static void IsServiceReachable(Action onServiceAvailable, Action onServiceUnavailable) { try { DomainContext…
0
votes
2 answers

How do I get the username in an OOB application?

I have a current silverlight app that runs within an asp.net browser window, as part of our intranet site. I really need to have the username from the system on who is logged in. I have a test system running as a OOB, that will perform the required…
pithhelmet
  • 2,222
  • 6
  • 35
  • 60
0
votes
1 answer

WCF open a silverlight OOB

I have a WCF solution with utilities in my software. Now, I need open a silverlight OOB whem execute some operation in WCF. Basically, i open OOB and pass a xml file to it. PS: silverlight OOB and WCF are in separated solutions on visual studio. How…
Felipe Volpatto
  • 155
  • 2
  • 11