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
0
votes
0 answers

Opening a Silverlight 5 OOB app from a browser - Passing Data

We have a Silverlight 5 XAP file we host in an ASP.NET site. This SL code notes it is running in-browser and ultimately prompts the user to install locally with extended permissions. This part is very straightforward and works fine. The purpose…
-1
votes
1 answer

Silverlight Business Application OOB - All content disapears after lost focus

I have an out-of-browser app started from the Silverlight Business Application template. About 1 second after the app launches, all the content inside the application dissapears. The only detail i can give is that in the output window, right before…
-2
votes
1 answer

Call C# method from javascript from WebBrowser hosted in Silverlight

In my Silverlight app, I have aWebBrowser component displaying random HTML content. I would like to call C# methods from there (for example when I click on a [a href...] link). Edit [add details] : I will try to clarify my problem, sorry for the…
Geoffrey
  • 145
  • 9
1 2 3
11
12